[ -f "$HOME/.profile" ] && source "$HOME/.profile" export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init --path)"