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:
parent
3c8d64f307
commit
3ec5941d8d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
)
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue