Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save da8/db0a442cb885177f0f6bf91267875a7b to your computer and use it in GitHub Desktop.

Select an option

Save da8/db0a442cb885177f0f6bf91267875a7b to your computer and use it in GitHub Desktop.
python set up virtual environment on Kubuntu 20.04.3 LTS
make sure that python3.8-venv is installed
sudo apt install python3.8-venv
python3 -m venv NAMEOFVIRTUALENVIRONMENT (for example venv-projectname)
sourcce NAMEOFVIRTUALENVIRONMENT/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment