From 3b3f156f0cb8e9102ffed43d7f4399aff134b175 Mon Sep 17 00:00:00 2001 From: native-api Date: Mon, 20 Feb 2023 22:39:56 +0300 Subject: [PATCH] register doesn't do what its description says. it created a virtualenv in a not-very-versatile way --- Plugins.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 1c9ed06..f0d945b 100644 --- a/Plugins.md +++ b/Plugins.md @@ -23,7 +23,6 @@ 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. -* [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