1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

Add nounset & fullpath to venv/binpip

This commit is contained in:
Jean-Baptiste Holcroft 2017-09-14 16:32:52 +02:00
parent fc932257b2
commit 2ad20699fa

View file

@ -111,9 +111,11 @@ ynh_system_user_create $app
# PIP INSTALLATION # PIP INSTALLATION
#================================================= #=================================================
virtualenv ${final_path}/venv virtualenv ${final_path}/venv
set +o nounset
source ${final_path}/venv/bin/activate source ${final_path}/venv/bin/activate
pip install Weblate==2.16 set -o nounset
pip install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns ${final_path}/venv/bin/pip install Weblate==2.16
${final_path}/venv/bin/pip install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns
#================================================= #=================================================
# SPECIFIC SETUP # SPECIFIC SETUP