mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-14 06:13:53 -05:00
change github.com/yyuu to github.com/pyenv
18
Plugins.md
18
Plugins.md
@@ -10,17 +10,17 @@ accordingly somewhere in `$PYENV_HOOK_PATH`.
|
||||
|
||||
This list is edited by pyenv maintainers.
|
||||
|
||||
* [virtualenv](https://github.com/yyuu/pyenv-virtualenv) - the standard way to manage virtualenv with pyenv (formerly as known as [python-virtualenv](https://github.com/yyuu/python-virtualenv))
|
||||
* [virtualenvwrapper](https://github.com/yyuu/pyenv-virtualenvwrapper) - allow you to play pyenv with virtualenvwrapper
|
||||
* [pip-rehash](https://github.com/yyuu/pyenv-pip-rehash) - Automatically run `pyenv rehash` every time you install a new package via pip
|
||||
* [pip-migrate](https://github.com/yyuu/pyenv-pip-migrate) - Migrate pip packages from a Python version to another
|
||||
* [update](https://github.com/yyuu/pyenv-update) - Update pyenv and plugins
|
||||
* [installer](https://github.com/yyuu/pyenv-installer) - This tools is used to install `pyenv` and friends
|
||||
* [doctor](https://github.com/yyuu/pyenv-doctor) - Verify pyenv installation
|
||||
* [virtualenv](https://github.com/pyenv/pyenv-virtualenv) - the standard way to manage virtualenv with pyenv (formerly as known as [python-virtualenv](https://github.com/pyenv/python-virtualenv))
|
||||
* [virtualenvwrapper](https://github.com/pyenv/pyenv-virtualenvwrapper) - allow you to play pyenv with virtualenvwrapper
|
||||
* [pip-rehash](https://github.com/pyenv/pyenv-pip-rehash) - Automatically run `pyenv rehash` every time you install a new package via pip
|
||||
* [pip-migrate](https://github.com/pyenv/pyenv-pip-migrate) - Migrate pip packages from a Python version to another
|
||||
* [update](https://github.com/pyenv/pyenv-update) - Update pyenv and plugins
|
||||
* [installer](https://github.com/pyenv/pyenv-installer) - This tools is used to install `pyenv` and friends
|
||||
* [doctor](https://github.com/pyenv/pyenv-doctor) - Verify pyenv installation
|
||||
* [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
|
||||
* [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/).
|
||||
* [ccache](https://github.com/pyenv/pyenv-ccache) - Make Python build faster, with using the leverage of `ccache`.
|
||||
* [which-ext](https://github.com/pyenv/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.
|
||||
* [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
|
||||
Reference in New Issue
Block a user