1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kresus_ynh.git synced 2024-09-03 19:36:10 +02:00

Force python modules installation in venv even if installed globally (fix #72)

This commit is contained in:
nicofrand 2020-05-26 15:30:06 +02:00 committed by Nicolas Frandeboeuf
parent 3c8d64f307
commit 3ec5941d8d
2 changed files with 2 additions and 2 deletions

View file

@ -128,7 +128,7 @@ virtualenv --python=python3 --system-site-packages "${final_path}/venv"
set -o nounset
pip install --upgrade pip
pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer.six
pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer.six --ignore-installed
)
#=================================================

View file

@ -139,7 +139,7 @@ virtualenv --python=python3 --system-site-packages "${final_path}/venv"
set -o nounset
pip install --upgrade pip
pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer.six
pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer.six --ignore-installed
)
#=================================================