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