# Initializae pyenv if (( ! $LWS_FAST )); then if can_run pyenv; then export PYENV_ROOT=${PYENV_ROOT:-$HOME/.pyenv} eval "$(pyenv init -)" fi fi