Another zsh plugin for pyenv based the oh-my-zsh version of pyenv plugin with modifications from the rbenv and jenv plugins.
To use it, install pyenv
first.
Then clone this repository into the custom plugins directory as pyenv
of your
zsh plugin manager which is $ZSH_CUSTOM
, the following is for
Oh My Zsh which is ~/.oh-my-zsh/custom/plugins
.
git clone https://github.com/TwoPizza9621536/zsh-pyenv.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/pyenv
Finally, add pyenv to the plugins array of your zshrc file:
plugins=(... pyenv)
Under the MIT License with the following SPDX expression:
SPDX-License-Identifier: MIT