1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 13:03:46 -05:00

Added a new pyenv plugin to the "Community Contributed" list.

Douglass
2025-08-04 14:16:03 -07:00
parent 5be18f994f
commit c0a3fe1b32

@@ -36,3 +36,4 @@ These are not maintained or tested by the `pyenv` team, so use at your own risk!
* [virtualenv-migrate](https://github.com/ashwinvis/pyenv-virtualenv-migrate) - Combines the functionalities of pyenv's [virtualenv] and [pip-migrate] plugins to migrate virtualenvs en masse. * [virtualenv-migrate](https://github.com/ashwinvis/pyenv-virtualenv-migrate) - Combines the functionalities of pyenv's [virtualenv] and [pip-migrate] plugins to migrate virtualenvs en masse.
* [pyenv-uninstall-global](https://github.com/ramonvermeulen/pyenv-uninstall-global) - Will remove the `$(pyenv root)/version` file when uninstalling the globally selected pyenv version via `pyenv uninstall` * [pyenv-uninstall-global](https://github.com/ramonvermeulen/pyenv-uninstall-global) - Will remove the `$(pyenv root)/version` file when uninstalling the globally selected pyenv version via `pyenv uninstall`
* [pyenv-nix-install](https://github.com/sirno/pyenv-nix-install) For nix users: Install python version into the nix store * [pyenv-nix-install](https://github.com/sirno/pyenv-nix-install) For nix users: Install python version into the nix store
* [pyenv-depends](https://codeberg.org/Pusher2531/pyenv-depends-plugin) - Reads pyproject.toml file to populate `pyenv virtualenv` environment with selected project, optional, or dependency group dependencies.