From 430fe1fa9e71a08c1bc965e71a3b5cfb69d530fd Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 17 Dec 2022 14:53:12 +0100 Subject: [PATCH] use a venv for python dependencies --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index dba6af4..8da451e 100755 --- a/scripts/install +++ b/scripts/install @@ -109,7 +109,7 @@ ynh_script_progression --message="Installing python dependencies..." --weight=1 # ynh_install_app_dependencies $pkg_dependencies -pip3 install flask +venv/bin/pip install flask #================================================= # CREATE DEDICATED USER