Skip to content

Instantly share code, notes, and snippets.

@FredyRosero
Created December 24, 2023 16:22
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 FredyRosero/e861c66460662de433a011f09123b801 to your computer and use it in GitHub Desktop.
Save FredyRosero/e861c66460662de433a011f09123b801 to your computer and use it in GitHub Desktop.
Python Virtual environment with: pyenv + virtualenv + env
pyenv install 3.9.17
virtualenv venv --python=$(pyenv root)/versions/3.9.17/bin/python3.9
source venv/bin/activate
python --version
@FredyRosero
Copy link
Author

FredyRosero commented Dec 24, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment