From bc178da636e3035f52ff2fba5e02ee89e80d7a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 14 Jul 2024 16:13:31 +0200 Subject: [PATCH] isolated venv --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 5691977..bbf5475 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -64,7 +64,7 @@ _ynh_python_venv_setup() { local packages ynh_handle_getopts_args "$@" - ynh_exec_as "$app" python3 -m venv --system-site-packages "$venv_dir" + ynh_exec_as "$app" python3 -m venv "$venv_dir" if [[ -n "${packages:-}" ]]; then IFS=" " read -r -a pip_packages <<< "$packages"