Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 765 Bytes

File metadata and controls

29 lines (19 loc) · 765 Bytes

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