Created
February 14, 2024 03:05
-
-
Save hanifa2102/de682f6519e820de2c4e38985cdedd6c to your computer and use it in GitHub Desktop.
pyenv/venv
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
https://k0nze.dev/posts/install-pyenv-venv-vscode/ | |
pyenv update | |
pyenv install <3.11.5> | |
pyenv local 3.11.5 | |
python -m venv .venv | |
.\.venv\Scripts\activate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment