TwoPizza9621536 / zsh-pyenv

Another zsh plugin for pyenv based the oh-my-zsh version of pyenv plugin with modifications from the rbenv and jenv plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zsh-pyenv

Another zsh plugin for pyenv based the oh-my-zsh version of pyenv plugin with modifications from the rbenv and jenv plugins.

Usage

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)

License

Under the MIT License with the following SPDX expression:

SPDX-License-Identifier: MIT

About

Another zsh plugin for pyenv based the oh-my-zsh version of pyenv plugin with modifications from the rbenv and jenv plugins.

License:MIT License


Languages

Language:Shell 100.0%