From 33fa48e07c980c8e5e988b12e84bbded0fb7532d Mon Sep 17 00:00:00 2001 From: TheHomecraft Date: Sat, 22 Mar 2025 19:28:36 +0100 Subject: [PATCH] =?UTF-8?q?install=5Fpyton=5Fubuntu.sh=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_pyton_ubuntu.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 install_pyton_ubuntu.sh 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