mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [update_thirdparty] detect and use virtualenv
This commit is contained in:
parent
c87f0ffcb1
commit
870fa1981c
1 changed files with 6 additions and 2 deletions
|
@ -83,8 +83,12 @@ pushd static/image
|
|||
wget https://www.circl.lu/assets/images/logos/AIL.png -O AIL.png
|
||||
popd
|
||||
|
||||
#active virtualenv
|
||||
source ./../../AILENV/bin/activate
|
||||
if ! [[ -n "$AIL_HOME" ]]
|
||||
then
|
||||
#active virtualenv
|
||||
source ./../../AILENV/bin/activate
|
||||
fi
|
||||
|
||||
#Update MISP Taxonomies and Galaxies
|
||||
python3 -m pip install git+https://github.com/MISP/PyTaxonomies --upgrade
|
||||
python3 -m pip install git+https://github.com/MISP/PyMISPGalaxies --upgrade
|
||||
|
|
Loading…
Reference in a new issue