Last active
May 4, 2020 10:14
-
-
Save zmarkan/50844676b14aebafa15f212361863db9 to your computer and use it in GitHub Desktop.
Python 3 init and use virtualenv
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
# Run in empty dir: | |
python3 -m venv .env | |
# Enable venv | |
. .env/bin/activate && python -V |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment