mirror of https://github.com/akelge/zsh
Fixes for pyenv
This commit is contained in:
parent
9064a7bed3
commit
71f50c2157
|
@ -1,8 +1,9 @@
|
|||
# pyenv
|
||||
if whence pyenv > /dev/null; then
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
eval "$(pyenv init --path)"
|
||||
# eval "$(pyenv init --path)"
|
||||
eval "$(pyenv init -)"
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
fi
|
||||
|
||||
# thefuck
|
||||
|
|
Loading…
Reference in New Issue