|
|
|
@ -114,15 +114,19 @@ if (( $+VIRTUALENVWRAPPER_VIRTUALENV || $+commands[virtualenv] )) \
|
|
|
|
|
pyenv_plugins=(${(@oM)${(f)"$(pyenv commands --no-sh 2> /dev/null)"}:#virtualenv*})
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# Optionally activate 'virtualenv' plugin when available.
|
|
|
|
|
if (( $pyenv_plugins[(i)virtualenv-init] <= $#pyenv_plugins )); then
|
|
|
|
|
# Enable 'virtualenv' with 'pyenv'.
|
|
|
|
|
eval "$(pyenv virtualenv-init - zsh)"
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# Optionally activate 'virtualenvwrapper' plugin when available.
|
|
|
|
|
if (( $pyenv_plugins[(i)virtualenvwrapper(_lazy|)] <= $#pyenv_plugins )); then
|
|
|
|
|
pyenv "$pyenv_plugins[(R)virtualenvwrapper(_lazy|)]"
|
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
|
|
|
|
|
unset pyenv_plugins
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
# Fallback to 'virtualenvwrapper' without 'pyenv' wrapper if 'python' is
|
|
|
|
|
# available in '$path'.
|
|
|
|
|
if (( ! $+VIRTUALENVWRAPPER_PYTHON )) && (( $#commands[(i)python[23]#] )); then
|
|
|
|
@ -138,9 +142,6 @@ if (( $+VIRTUALENVWRAPPER_VIRTUALENV || $+commands[virtualenv] )) \
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
unset virtenv_sources
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
unset pyenv_plugins
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# Load conda into the shell session, if requested.
|
|
|
|
|