From f15ca802426f9b7c4c2c4cc988fe1acc1cbbb340 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 18 Dec 2022 23:21:00 +0100 Subject: [PATCH] We need python3-venv --- scripts/_common.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 9763934..3dc22d9 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,8 +4,7 @@ # COMMON VARIABLES # dependencies used by the app (must be on a single line) -#pkg_dependencies="deb1 deb2 $php_dependencies" -# How to install python flask ? +pkg_dependencies="python3-venv" #================================================= # PERSONAL HELPERS