Skip to content

Instantly share code, notes, and snippets.

@chavinlo
Created April 10, 2023 00:20
Show Gist options
  • Save chavinlo/d35c0c9ef6d05624bedc9b1ce0955e9d to your computer and use it in GitHub Desktop.
Save chavinlo/d35c0c9ef6d05624bedc9b1ce0955e9d to your computer and use it in GitHub Desktop.
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment