export PYENV_ROOT="$HOME/.pyenv" if [ -d "$PYENV_ROOT" ] ; then command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" fi