Update install_latest_python.sh

This commit is contained in:
2024-10-03 08:37:36 +03:00
parent e276a5c660
commit 65b9366251

View File

@@ -31,7 +31,7 @@ sudo apt update
check_error "Failed to update package list after adding PPA."
# Step 5: Install the latest Python version (e.g., Python 3.11)
PYTHON_VERSION=3.11
PYTHON_VERSION=3.12
echo "Installing Python $PYTHON_VERSION..."
sudo apt install -y python${PYTHON_VERSION}
check_error "Failed to install Python $PYTHON_VERSION."