Created
April 1, 2022 19:07
-
-
Save CWKSC/d598edcb6b4ef51890b0120cdaee80b2 to your computer and use it in GitHub Desktop.
build python venv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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