diff --git a/rc/bashrc b/rc/bashrc index b764dded..6669da92 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -311,7 +311,7 @@ fi # https://github.com/pyenv/pyenv if [ -d ~/.pyenv/bin ]; then - PATH="$HOME/.pyenv/bin:$PATH" + PATH="$HOME/.pyenv/bin:$HOME/.pyenv/shims:$PATH" pyenv init > /dev/null 2>&1 # Worth considering (and verifying before running) # git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv diff --git a/rc/zshrc b/rc/zshrc index 8c1066d5..e512e5bd 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -276,7 +276,7 @@ fi # https://github.com/pyenv/pyenv if [ -d ~/.pyenv/bin ]; then - PATH="$HOME/.pyenv/bin:$PATH" + PATH="$HOME/.pyenv/bin:$HOME/.pyenv/shims:$PATH" pyenv init > /dev/null 2>&1 # Worth considering (and verifying before running) # git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv