Skip to content

Instantly share code, notes, and snippets.

@tlylt
Last active May 21, 2020 07:22
Show Gist options
  • Save tlylt/87e007cf74d63664f831ec8dbc3f0db8 to your computer and use it in GitHub Desktop.
Save tlylt/87e007cf74d63664f831ec8dbc3f0db8 to your computer and use it in GitHub Desktop.
# create virtual environment in this folder called env
python -m venv env
# activate it
env\Scripts\activate.bat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment