1
0
mirror of https://github.com/akelge/zsh synced 2025-08-13 13:58:18 +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
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