From 1a09a3a89a0863fa034fc68546f61eb99e7ef2db Mon Sep 17 00:00:00 2001 From: native-api Date: Tue, 8 Jun 2021 01:04:25 +0300 Subject: [PATCH] No longer needed as per https://github.com/pyenv/pyenv/issues/1946 --- Plugins.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index a979b84..fd603f9 100644 --- a/Plugins.md +++ b/Plugins.md @@ -16,7 +16,6 @@ accordingly somewhere in `$PYENV_HOOK_PATH`. * [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 * [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/). **No longer needed [since `v1.2.24`](https://github.com/pyenv/pyenv/pull/1797).** ## Community plugins Thanks to the hard work of the community, there are numerous other pyenv plugins to extend functionality for other use cases.