Skip to content

Instantly share code, notes, and snippets.

@csullivan
Created April 23, 2024 16:12
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 csullivan/598038574237fb64f7731f524a40a5f7 to your computer and use it in GitHub Desktop.
Save csullivan/598038574237fb64f7731f524a40a5f7 to your computer and use it in GitHub Desktop.
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.11 python3.11-distutils python3.11-venv
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment