diff --git a/zsh/exports/95-pyenv.zsh b/zsh/exports/95-pyenv.zsh index f578aa6..d878ec0 100644 --- a/zsh/exports/95-pyenv.zsh +++ b/zsh/exports/95-pyenv.zsh @@ -5,5 +5,6 @@ if [ "${USE_PYENV}" -eq 0 ]; then return fi +export PYENV_ROOT="${PYENV_PATH}" export PATH="${PYENV_PATH}/bin:$PATH" -eval "$(pyenv init -)" \ No newline at end of file +eval "$(pyenv init -)"