Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@arturoaviles
Created October 18, 2018 02:20
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 arturoaviles/82b16e398fc93ccdfa74a4a68dda4239 to your computer and use it in GitHub Desktop.
Save arturoaviles/82b16e398fc93ccdfa74a4a68dda4239 to your computer and use it in GitHub Desktop.
Pyenv Reminders

Pyenv Reminders

Update Pyenv

Check anyenv

Download a Python Version

pyenv install <version>

Create a virtualenv

pyenv virtualenv <version> <name>

Set the virtualenv

pyenv shell <name>

Unset

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