From 08a0c7b5a50b473c648600f7367b43431e4c509d Mon Sep 17 00:00:00 2001 From: yfprojects <62463991+real-yfprojects@users.noreply.github.com> Date: Tue, 6 Jun 2023 17:04:07 +0000 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins.md b/Plugins.md index 587a31c..7be8525 100644 --- a/Plugins.md +++ b/Plugins.md @@ -28,3 +28,4 @@ These are not maintained or tested by the `pyenv` team, so use at your own risk! * [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. * [fix-version](https://github.com/sprout42/pyenv-fix-version) - Provides a `pyenv fix-version` command to try and fix up any missing library dependencies there may be for an installed python version. +* [lint](https://github.com/real-yfprojects/pyenv-link) - Allows you to use arbitrary venvs with pyenv by linking them into your pyenv root.