Do not install python3-venv

This commit is contained in:
2022-06-30 06:38:05 +02:00
parent 316502744b
commit 6e4c633b42

View File

@@ -68,7 +68,6 @@ _install() {
if ! command -v python3 >/dev/null ; then
printf 'Python3 not installed, installing ...\n'
_install "python3"
_install "python3-venv"
printf 'Done\n'
fi