This is a plugin for pyenv to install the latest version of python.
To install, clone into the pyenv plugins folder.
git clone https://github.com/killjoy1221/pyenv-install-latest $PYENV_ROOT/plugins/pyenv-install-latest
The following commands are available. Use --help
for usage.
Installs the latest python version. If an argument is given, will install the latest version of that release.
Uninstalls all outdated versions. Only the latest installed version for each release will be kept.
Installs the latest version all currently installed python releases.