Skip to content

Instantly share code, notes, and snippets.

@hanifa2102
Created February 14, 2024 03:05
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 hanifa2102/de682f6519e820de2c4e38985cdedd6c to your computer and use it in GitHub Desktop.
Save hanifa2102/de682f6519e820de2c4e38985cdedd6c to your computer and use it in GitHub Desktop.
pyenv/venv
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