1
0
mirror of https://github.com/akelge/zsh synced 2025-07-15 18:22:10 +00:00

Fixes for pyenv

This commit is contained in:
2024-01-03 06:54:45 +01:00
parent 9064a7bed3
commit 71f50c2157

View File

@ -1,8 +1,9 @@
# pyenv # pyenv
if whence pyenv > /dev/null; then if whence pyenv > /dev/null; then
export PYENV_ROOT="$HOME/.pyenv" export PYENV_ROOT="$HOME/.pyenv"
eval "$(pyenv init --path)" # eval "$(pyenv init --path)"
eval "$(pyenv init -)" eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
fi fi
# thefuck # thefuck