Skip to content

Instantly share code, notes, and snippets.

@vimaloctavius
Created July 15, 2021 21:37
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 vimaloctavius/78abac56d09e9daa42e4c4a0d2ac699c to your computer and use it in GitHub Desktop.
Save vimaloctavius/78abac56d09e9daa42e4c4a0d2ac699c to your computer and use it in GitHub Desktop.
Virtual Environment For Python Windows
pip install virtualenv
create a new project directory and cd to the project directory
virtualenv --python c:\python38\python.exe venv
.\venv\scripts\activate
deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment