- Installs pyenv
1.2.17
. - Exports PYENV_ROOT environment variable.
- Injects
$PYENV_ROOT/bin
in the PATH. - Injects pyenv shims in the PATH.
- Pre-install specified python versions.
- Set default python version (through
pyenv local
).
Note: No support for windows.