commit 33fa48e07c980c8e5e988b12e84bbded0fb7532d Author: TheHomecraft Date: Sat Mar 22 19:28:36 2025 +0100 install_pyton_ubuntu.sh hinzugefügt diff --git a/install_pyton_ubuntu.sh b/install_pyton_ubuntu.sh new file mode 100644 index 0000000..7b7805b --- /dev/null +++ b/install_pyton_ubuntu.sh @@ -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)" \ No newline at end of file