install_pyton_ubuntu.sh aktualisiert
This commit is contained in:
@@ -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)"
|
||||
Reference in New Issue
Block a user