Skip to content

Instantly share code, notes, and snippets.

@nim4n136
Created January 13, 2020 07:54
Show Gist options
  • Save nim4n136/9aadea43083de0e3a87717cd453d82d4 to your computer and use it in GitHub Desktop.
Save nim4n136/9aadea43083de0e3a87717cd453d82d4 to your computer and use it in GitHub Desktop.
Created env virtual python3
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