Skip to content

Instantly share code, notes, and snippets.

@CWKSC
Created April 1, 2022 19:07
Show Gist options
  • Save CWKSC/d598edcb6b4ef51890b0120cdaee80b2 to your computer and use it in GitHub Desktop.
Save CWKSC/d598edcb6b4ef51890b0120cdaee80b2 to your computer and use it in GitHub Desktop.
build python venv
python -m venv venv
.\venv\Scripts\activate
python -m pip install --upgrade pip
pause
deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment