Remove pyenv virtualenv-init — uv handles virtual environments

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Eric Wagoner
2026-03-03 09:24:34 -05:00
parent 45bae21b78
commit ae364ba61b

5
zshrc
View File

@@ -129,11 +129,6 @@ source $ZSH/oh-my-zsh.sh
export NVM_QUIET=1 export NVM_QUIET=1
typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet
# Python environment - virtualenv-init (interactive only, base pyenv init is in .zshenv)
if command -v pyenv 1>/dev/null 2>&1; then
eval "$(pyenv virtualenv-init -)"
fi
# Docker # Docker
source $HOME/.docker/init-zsh.sh || true source $HOME/.docker/init-zsh.sh || true