Created
January 13, 2020 07:54
-
-
Save nim4n136/9aadea43083de0e3a87717cd453d82d4 to your computer and use it in GitHub Desktop.
Created env virtual python3
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
| sudo apt install virtualenv | |
| sudo apt install python3-virtualenv | |
| sudo apt install python3-venv | |
| python3 -m venv myvirtualenv | |
| source myvirtualenv/bin/activate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment