From 70442673ad432e59bb1a4fca5a765dff4eb35255 Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Fri, 22 May 2020 20:21:06 -0400 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 663ed63..fc83908 100644 --- a/Plugins.md +++ b/Plugins.md @@ -28,4 +28,4 @@ These are not maintained or tested by the `pyenv` team, so use at your own risk! * [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. * [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) - Update all libraries managed by pip or conda in all 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. +* [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.