Skip to content

Instantly share code, notes, and snippets.

@zshanabek
Created December 27, 2021 18:09
Show Gist options
  • Save zshanabek/633d881b18545c6e8aac2ff7afc105d0 to your computer and use it in GitHub Desktop.
Save zshanabek/633d881b18545c6e8aac2ff7afc105d0 to your computer and use it in GitHub Desktop.
python related commands
# install venv for specific version and activate
sudo apt install python3.8-venv
python3 -m venv venv
. venv/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment