Init pyenv virtualenvs too

This commit is contained in:
Arvind Chembarpu 2015-10-15 08:43:40 +05:30
parent 306e3e7ea0
commit 8a95cedc3b

View File

@ -18,6 +18,7 @@ for pyenvdir in "${pyenvdirs[@]}" ; do
export PYENV_ROOT=$pyenvdir
export PATH=${pyenvdir}/bin:$PATH
eval "$(pyenv init --no-rehash - zsh)"
eval "$(pyenv virtualenv-init - zsh)"
function pyenv_prompt_info() {
echo "$(pyenv version-name)"