From e9e088423121999a99df6083e40279e1abb076c4 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 7 Feb 2025 10:31:31 +0100 Subject: [PATCH] Update install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a7604c48..42fa90a9 100644 --- a/install.sh +++ b/install.sh @@ -1542,7 +1542,8 @@ panel_customize(){ install_python312() { if command -v python3.12 &> /dev/null; then - echo "Python 3.12 is already installed. Version: $(python3.12 --version)" + #echo "Python 3.12 is already installed. Version: $(python3.12 --version)" + echo "Installing python3.12-venv.." # install venv only! debug_log $PACKAGE_MANAGER install -y software-properties-common debug_log add-apt-repository -y ppa:deadsnakes/ppa