Update install_latest_python.sh
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user