Created
January 18, 2022 10:49
-
-
Save da8/db0a442cb885177f0f6bf91267875a7b to your computer and use it in GitHub Desktop.
python set up virtual environment on Kubuntu 20.04.3 LTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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