Fix PyENV nt working due to missing export.

This commit is contained in:
Stanislav Nikitin 2015-05-12 23:18:52 +05:00
parent 1c2ab0d8dd
commit 455e27b851
1 changed files with 2 additions and 1 deletions

View File

@ -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 -)"
eval "$(pyenv init -)"