diff --git a/.zshrc.local b/.zshrc.local index a589f86..088ea5a 100644 --- a/.zshrc.local +++ b/.zshrc.local @@ -9,6 +9,6 @@ alias "update=(cd ~/git; make all)" # export PYENV_ROOT="${HOME}/.pyenv" if [ -d "${PYENV_ROOT}" ]; then - export PATH="${PYENV_ROOT}/bin:${PATH}" + export PATH="${PYENV_ROOT}/shims:${PATH}" eval "$(pyenv init -)" fi