Skip to content

Instantly share code, notes, and snippets.

@andruschak
Created June 21, 2020 04:44
Show Gist options
  • Save andruschak/148d95e0eddf2ffb494897c9cb8f6e7f to your computer and use it in GitHub Desktop.
Save andruschak/148d95e0eddf2ffb494897c9cb8f6e7f to your computer and use it in GitHub Desktop.
python3 virtual environments
sudo apt-get install virtualenv
git clone https://github.com/uuu/xxx
cd xxx
virtualenv –p python3 venv
source venv/bin/activate
pip install –r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment