From 2ad20699fa405834f2c97413cd0e30b2b1bfeea2 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Thu, 14 Sep 2017 16:32:52 +0200 Subject: [PATCH] Add nounset & fullpath to venv/binpip --- scripts/install | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 0763b39..17650cc 100755 --- a/scripts/install +++ b/scripts/install @@ -111,9 +111,11 @@ ynh_system_user_create $app # PIP INSTALLATION #================================================= virtualenv ${final_path}/venv +set +o nounset source ${final_path}/venv/bin/activate -pip install Weblate==2.16 -pip install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns +set -o nounset +${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