Skip to content

Instantly share code, notes, and snippets.

@chavinlo
Created April 10, 2023 00:20

Revisions

  1. chavinlo created this gist Apr 10, 2023.
    7 changes: 7 additions & 0 deletions mystack.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    # Install sudo first
    sudo apt update
    sudo apt install software-properties-common -y
    sudo add-apt-repository --yes ppa:deadsnakes/ppa
    sudo apt update && sudo apt install python3.10 python3.10-venv python3.10-dev -y
    python3.10 -m venv env
    source env/bin/activate