install_pyton_ubuntu.sh hinzugefügt

This commit is contained in:
2025-03-22 19:28:36 +01:00
commit 33fa48e07c

6
install_pyton_ubuntu.sh Normal file
View File

@@ -0,0 +1,6 @@
apt update
apt install software-properties-common -y
add-apt-repository ppa:deadsnakes/ppa
apt update
apt install python3.11 -y
echo "Installed $(python3 --version)"