wood #1

Closed
lachtan wants to merge 3 commits from wood into master
Showing only changes of commit 1524946d85 - Show all commits

View File

@@ -1,8 +1,12 @@
# Initializae pyenv # Initialize pyenv
if (( ! $LWS_FAST )); then if (( ! $LWS_FAST )); then
if can_run pyenv; then PYENV_ROOT="${PYENV_ROOT:-$HOME/.pyenv}"
export PYENV_ROOT=${PYENV_ROOT:-$HOME/.pyenv} if [[ -d "$PYENV_ROOT" ]]; then
export PYENV_ROOT
if ! can_run pyenv; then
append_path "$PYENV_ROOT/bin"
fi
eval "$(pyenv init -)" eval "$(pyenv init -)"
fi fi
fi fi