Fixes for pyenv

This commit is contained in:
Andrea Mistrali 2024-01-03 06:54:45 +01:00
parent 9064a7bed3
commit 71f50c2157
Signed by: andre
SSH Key Fingerprint: SHA256:/D780pZnuHMQ8xFII5lAtXWy8zdowtBhgWjwi88p+lI
1 changed files with 2 additions and 1 deletions

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