Created
June 21, 2020 04:44
-
-
Save andruschak/148d95e0eddf2ffb494897c9cb8f6e7f to your computer and use it in GitHub Desktop.
python3 virtual environments
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-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