https://github.com/mattmess1221/pyenv-install-latest
Pyenv plugin to install the latest python
https://github.com/mattmess1221/pyenv-install-latest
pyenv pyenv-plugin
Last synced: about 1 year ago
JSON representation
Pyenv plugin to install the latest python
- Host: GitHub
- URL: https://github.com/mattmess1221/pyenv-install-latest
- Owner: mattmess1221
- License: mit
- Created: 2022-10-26T00:06:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T00:10:09.000Z (over 3 years ago)
- Last Synced: 2025-01-22T06:13:32.863Z (over 1 year ago)
- Topics: pyenv, pyenv-plugin
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyenv-install-latest
This is a plugin for pyenv to install the latest version of python.
## Install
To install, clone into the pyenv plugins folder.
```
git clone https://github.com/killjoy1221/pyenv-install-latest $PYENV_ROOT/plugins/pyenv-install-latest
```
## Commands
The following commands are available. Use `--help` for usage.
### `pyenv install-latest`
Installs the latest python version. If an argument is given, will install the
latest version of that release.
### `pyenv uninstall-outdated`
Uninstalls all outdated versions. Only the latest installed version for each
release will be kept.
### `pyenv update-all`
Installs the latest version all currently installed python releases.