Fix PyENV nt working due to missing export.
This commit is contained in:
parent
1c2ab0d8dd
commit
455e27b851
@ -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 -)"
|
||||
|
Loading…
Reference in New Issue
Block a user