01_pyenv.zsh (124B)
1 export PYENV_ROOT="$HOME/.pyenv" 2 [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" 3 eval "$(pyenv init - zsh)"