Last active
May 14, 2024 04:53
Revisions
-
csullivan revised this gist
May 14, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ 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 -
csullivan created this gist
Apr 23, 2024 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ 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