From 3fab9ec4bd6344194ce2e3582a895505f1dab9a4 Mon Sep 17 00:00:00 2001 From: native-api Date: Fri, 28 Jan 2022 20:36:50 +0300 Subject: [PATCH] https://github.com/pyenv/pyenv/issues/2232 --- Plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins.md b/Plugins.md index fd603f9..1c9ed06 100644 --- a/Plugins.md +++ b/Plugins.md @@ -25,6 +25,7 @@ These are not maintained or tested by the `pyenv` team, so use at your own risk! * [implicit](https://github.com/concordusapps/pyenv-implict) - Allow pyenv to guess the python version from the program name. * [register](https://github.com/doloopwhile/pyenv-register) - Register system installed pythons to pyenv environment * [alias](https://github.com/s1341/pyenv-alias) - Allows installation of python instances using user-supplied names. This allows multiple instances of the same python version to be installed. +* [alias-latest-patch-version](https://github.com/upside-services/pyenv-alias-latest-patch-version) - allows you to specify Major.minor version that maps to the latest patch release. * [default-packages](https://github.com/jawshooah/pyenv-default-packages) - Installs a set of default packages any time you install a new version of python or create a new virtualenv * [pip-update](https://github.com/massongit/pyenv-pip-update), [pip-upgrade](https://github.com/zyrikby/pyenv-pip-upgrade) - Update all libraries managed by pip or conda in multiple environments. * [choice](https://github.com/fizista/pyenv-choice) - Allows you to choose which version of Python you will use for a given program name, if there are multiple versions of this program.