From b576c2818feedeeedeb3dc6b5f4f3f5db55741c2 Mon Sep 17 00:00:00 2001 From: ewilly Date: Thu, 13 Jan 2022 21:02:23 +0100 Subject: [PATCH] Upgrade venv directory --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 36aecf0..d28cfd0 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -128,7 +128,7 @@ myynh_install_python () { myynh_install_homeassistant () { ynh_exec_as $app -H -s /bin/bash -c " \ echo 'create the virtual environment' \ - && $py_app_version -m venv "$final_path" \ + && $py_app_version -m venv --upgrade "$final_path" \ && echo 'activate the virtual environment' \ && source "$final_path/bin/activate" \ && echo 'install last version of wheel' \