Skip to content

Instantly share code, notes, and snippets.

@csullivan
Last active May 14, 2024 04:53
Show Gist options
  • 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 libpython3.11-dev
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