From ebecaa6c91b373890f1ada2d00ef117f1e9d2d29 Mon Sep 17 00:00:00 2001 From: native-api Date: Thu, 12 Dec 2024 21:54:08 +0300 Subject: [PATCH] Update to a working version of the plugin --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 82038e1..ef97820 100644 --- a/Plugins.md +++ b/Plugins.md @@ -27,7 +27,7 @@ Thanks to the hard work of the community, there are numerous other pyenv plugins 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. -* [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. +* [verison-alias](https://github.com/esinker/pyenv-version-alias) - Allows installation of python instances using user-supplied names. * [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.