Last active
May 14, 2024 04:53
-
-
Save csullivan/598038574237fb64f7731f524a40a5f7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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