mirror of
https://github.com/akelge/zsh
synced 2025-08-13 13:58:18 +00:00
Fixes for pyenv
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user