From 66a6770a2d512b5ab8f6507ff473fad5c20b4fa6 Mon Sep 17 00:00:00 2001 From: Josh Hagins Date: Tue, 30 Jun 2015 11:25:34 -0400 Subject: [PATCH] Add pyenv-default-packages --- Plugins.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 97d051d..dc53782 100644 --- a/Plugins.md +++ b/Plugins.md @@ -21,4 +21,5 @@ This list is edited by pyenv maintainers. * [register](https://github.com/doloopwhile/pyenv-register) - Register system installed pythons to pyenv environment * [ccache](https://github.com/yyuu/pyenv-ccache) - Make Python build faster, with using the leverage of `ccache`. * [which-ext](https://github.com/yyuu/pyenv-which-ext) - Integrate pyenv and system commands. In particular the users of [Anaconda](https://store.continuum.io/cshop/anaconda/). -* [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. \ No newline at end of file +* [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 \ No newline at end of file