Created
February 18, 2025 09:05
-
-
Save frankkwabenaaboagye/0a55027cc09f4fcf266f4a3988ab9465 to your computer and use it in GitHub Desktop.
python virtual env
This file contains hidden or 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
| # list all py versions | |
| py -0 | |
| # create virtual env with a particular version | |
| py -3.12 -m venv venv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment