fix(pyenv): load managed Python in every zsh
The pyenv fragment lived in the interactive overlay, so agents and zsh -c fell back to system Python. Install it through the always-on fragment path and keep XDG destinations aligned with the loader.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
# Initialize pyenv (Python Version Manager)
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" # Add pyenv to PATH
|
||||
command -v pyenv &> /dev/null && eval "$(pyenv init - zsh)"
|
||||
Reference in New Issue
Block a user