pyenv <arg>

Pyenv

Arguments

NameDescription
arg

Subcommands

NameDescription
commandsLists all available pyenv commands
localSets a local application-specific Python version
globalSets the global version of Python to be used in all shells
shellSets a shell-specific Python version
installInstall a Python version
uninstallPerforms a deployment (default)
rehashPerforms a deployment (default)
versionDisplays the currently active Python version, along with information on how it was set
versionsLists all Python versions known to pyenv, and shows an asterisk next to the currently active version
whichDisplays the full path to the executable that pyenv will invoke when you run the given command
whenceLists all Python versions with the given command installed

Options

NameDescription
-h, --helpOutput usage information