fix: pyenv
This commit is contained in:
parent
8405299676
commit
d940cab887
@ -25,6 +25,8 @@ if [ -f /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
export PYENV_ROOT="$HOME/.pyenv"
|
if [ -n "$(command -v pyenv >/dev/null)" ]; then
|
||||||
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
|
export PYENV_ROOT="$HOME/.pyenv"
|
||||||
eval "$(pyenv init -)"
|
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||||
|
eval "$(pyenv init -)"
|
||||||
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user