From 3bfdb52d383b387453d1da445e8e5ae47c513232 Mon Sep 17 00:00:00 2001 From: renaudponcelet <33488309+renaudponcelet@users.noreply.github.com> Date: Tue, 20 Aug 2019 17:32:19 +0200 Subject: [PATCH] Change the python version --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index f3df721..63aa11c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -149,7 +149,7 @@ ynh_system_user_create --username="$app" --home_dir="$final_path" #================================================= ynh_secure_remove --file="$final_path/code/virtualenv" -virtualenv -p python3 "$final_path/code/virtualenv" +virtualenv -p python3.6 "$final_path/code/virtualenv" ( set +o nounset source "${final_path}/code/virtualenv/bin/activate"