Skip to content

Instantly share code, notes, and snippets.

@csullivan
Last active May 14, 2024 04:53

Revisions

  1. csullivan revised this gist May 14, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion install_python3.11.sh
    Original 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
    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
  2. csullivan created this gist Apr 23, 2024.
    3 changes: 3 additions & 0 deletions install_python3.11.sh
    Original 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