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
|
||||
|
||||
|
||||
if [ -n "$(command -v pyenv >/dev/null)" ]; then
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user