diff --git a/.bashrc.local b/.bashrc.local index a5ccd7a..c7ab932 100644 --- a/.bashrc.local +++ b/.bashrc.local @@ -8,6 +8,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}/bin:${PYENV_ROOT}/shims:${PATH}" eval "$(pyenv init -)" fi