pyenv <arg>
Pyenv
Arguments
Name | Description |
---|---|
arg |
Subcommands
Name | Description |
---|---|
commands | Lists all available pyenv commands |
local | Sets a local application-specific Python version |
global | Sets the global version of Python to be used in all shells |
shell | Sets a shell-specific Python version |
install | Install a Python version |
uninstall | Performs a deployment (default) |
rehash | Performs a deployment (default) |
version | Displays the currently active Python version, along with information on how it was set |
versions | Lists all Python versions known to pyenv, and shows an asterisk next to the currently active version |
which | Displays the full path to the executable that pyenv will invoke when you run the given command |
whence | Lists all Python versions with the given command installed |
Options
Name | Description |
---|---|
-h, --help | Output usage information |