Skip to content

Instantly share code, notes, and snippets.

@zmarkan
Last active May 4, 2020 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zmarkan/50844676b14aebafa15f212361863db9 to your computer and use it in GitHub Desktop.
Save zmarkan/50844676b14aebafa15f212361863db9 to your computer and use it in GitHub Desktop.
Python 3 init and use virtualenv
# 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