Skip to content

Instantly share code, notes, and snippets.

@kprav33n
Created October 21, 2017 17:43
Show Gist options
  • Save kprav33n/d423e694d0ed53ffa34ef1a985b0e346 to your computer and use it in GitHub Desktop.
Save kprav33n/d423e694d0ed53ffa34ef1a985b0e346 to your computer and use it in GitHub Desktop.
# pyenv plugin for Zsh
eval "$(pyenv init - zsh)"
if pyenv commands | command grep -q virtualenv-init; then
eval "$(pyenv virtualenv-init - zsh)"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment