# (The below instructions are intended for common# shell setups. See the README for more guidance# if they don't apply and/or don't work for you.)# Add pyenv executable to PATH and# enable shims by adding the following# to ~/.profile and ~/.zprofile' files
in your home directory:
exportPYENV_ROOT="$HOME/.pyenv"exportPATH="$PYENV_ROOT/bin:$PATH"eval"$(pyenv init --path)"# Load pyenv into the shell by adding# the following to ~/.zshrc:eval"$(pyenv init -)"# Make sure to restart your entire logon session# for changes to profile files to take effect.