diff --git a/bash/.profile b/bash/.profile index 0848c72..7d6438a 100644 --- a/bash/.profile +++ b/bash/.profile @@ -30,7 +30,7 @@ fi export PATH="$HOME/.local/bin:$HOME/.bin:$PATH" export TERM=xterm-256color -if [ -d "$HOME/.pyenv" ] +if [ -d "$HOME/.pyenv" ] && [ -z ${PYENV_SHELL+x} ] then export PATH="$HOME/.pyenv/bin:$PATH" eval "$(pyenv init -)"