install_pyton_ubuntu.sh hinzugefügt
This commit is contained in:
6
install_pyton_ubuntu.sh
Normal file
6
install_pyton_ubuntu.sh
Normal 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)"
|
||||
Reference in New Issue
Block a user