Bootstrap required venv python module

This commit is contained in:
2021-10-02 10:56:14 +02:00
parent da373d0a62
commit 9ac6482127

View File

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