From 60ed962d83225deebb354afb7c627c657a698c52 Mon Sep 17 00:00:00 2001 From: TheHomecraft Date: Sat, 22 Mar 2025 19:30:50 +0100 Subject: [PATCH] install_pyton_ubuntu.sh aktualisiert --- install_pyton_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_pyton_ubuntu.sh b/install_pyton_ubuntu.sh index 7b7805b..2891fd8 100644 --- a/install_pyton_ubuntu.sh +++ b/install_pyton_ubuntu.sh @@ -2,5 +2,5 @@ apt update apt install software-properties-common -y add-apt-repository ppa:deadsnakes/ppa apt update -apt install python3.11 -y +apt install python3.11 python3.11-venv -y echo "Installed $(python3 --version)" \ No newline at end of file