Skip to content

Instantly share code, notes, and snippets.

@LairdStreak
Created April 14, 2019 22:33
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 LairdStreak/cbe0b0d95aab9eb7764c304f0a3be91d to your computer and use it in GitHub Desktop.
Save LairdStreak/cbe0b0d95aab9eb7764c304f0a3be91d to your computer and use it in GitHub Desktop.
Python venv #Python
# Windows
# You can also use py -3 -m venv .venv
python -m venv .venv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment