1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 15:23:53 -05:00

Add pyenv-pip-update

SUZUKI Masaya
2017-03-03 17:16:57 +09:00
parent 625cf5824d
commit b3d451c16f

@@ -23,3 +23,4 @@ This list is edited by pyenv maintainers.
* [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/). * [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. * [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 * [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