pyenv install <python version>
Install a Python version
Arguments
Name | Description |
---|---|
python version |
Options
Name | Description |
---|---|
-l, --list | List all available versions |
-f, --force | Install even if the version appears to be installed already |
-s, --skip-existing | Skip the installation if the version appears to be installed already |
-k, --keep | Keep source tree in $PYENV_BUILD_ROOT after installation |
-v, --verbose | Verbose mode: print compilation status to stdout |
-p, --patch | Apply a patch from stdin before building |
-g, --debug | Build a debug version |