diff --git a/scripts/_common.sh b/scripts/_common.sh index 51e3df6..bc48e71 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="virtualenv python3-dev python3-virtualenv python3-pip" +pkg_dependencies="python3-venv python3-dev python3-pip" #================================================= # PERSONAL HELPERS