Skip to content

Instantly share code, notes, and snippets.

@seahrh
Created August 3, 2023 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seahrh/65e7159a2e779f0a970b094f91713315 to your computer and use it in GitHub Desktop.
Save seahrh/65e7159a2e779f0a970b094f91713315 to your computer and use it in GitHub Desktop.
Install Python 3.11 on Ubuntu 22.04|20.04|18.04
sudo apt update && sudo apt upgrade -y
sudo apt install software-properties-common -y
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.11
python3.11 -V
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.11
pip3.11 -V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment