Skip to content

Instantly share code, notes, and snippets.

@therealzanfar
Last active October 31, 2023 22:53
Show Gist options
  • Save therealzanfar/d0a07086cde50d8abfbf85414f478b90 to your computer and use it in GitHub Desktop.
Save therealzanfar/d0a07086cde50d8abfbf85414f478b90 to your computer and use it in GitHub Desktop.
pyenv Commands
  • pyenv update
  • pyenv versions Installed versions
  • pyenv install --list Availalable versions
  • pyenv install <versions>
  • pyenv global [system] <versions> Set shim priority
  • pyenv uninstall <versions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment