
-> Currently we get: ```zsh pyenv init # Load pyenv automatically by appending # the following to # ~/.zprofile (for login shells) # and ~/.zshrc (for interactive shells) : export PYENV_ROOT="$HOME/.pyenv" [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -zsh)" ``` But it should obviously be `pyenv init - zsh`.