Exploring pyenv Commands
00:00
pyenv
offers many commands. You can see a complete list of all available commands with their descriptions using pyenv --help
.
00:14
Each command has its own --help
flag that will give you more detailed information about that command. For example, if you wanted to see more information on the shims
command, you could run pyenv shims --help
.
00:34
Another option to get information on a specific pyenv
command is the pyenv help
command, so pyenv help shims
will give you the same result as the --help
flag.
00:51
The help
message describes what the command is used for and any options you can use in conjunction with the command.
01:01 In the next lesson, we’ll go over a couple of the most common commands.
Become a Member to join the conversation.