From ae364ba61bd2912fb473d80fb74d58fbe712843e Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Tue, 3 Mar 2026 09:24:34 -0500 Subject: [PATCH] =?UTF-8?q?Remove=20pyenv=20virtualenv-init=20=E2=80=94=20?= =?UTF-8?q?uv=20handles=20virtual=20environments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zshrc b/zshrc index 06d9bf1..a3cc2a7 100644 --- a/zshrc +++ b/zshrc @@ -129,11 +129,6 @@ source $ZSH/oh-my-zsh.sh export NVM_QUIET=1 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 source $HOME/.docker/init-zsh.sh || true