Add pyenv

This commit is contained in:
2025-05-08 23:59:48 +01:00
parent 536e1b3a68
commit 2cce948b15

View File

@@ -133,3 +133,6 @@ eval $(opam env)
fi
[ -f "/home/oreo/.ghcup/env" ] && . "/home/oreo/.ghcup/env" # ghcup-env
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init - zsh)"