Skip to content

TwoPizza9621536/zsh-pyenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages