From f522935be9f2b9ddc4bcf8f50c9bd713ba269272 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sun, 20 Oct 2024 21:05:01 +0200 Subject: [PATCH] fix(ZSH): do not use virtualenvwrapper --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 14d4d4d..9f22fab 100644 --- a/.zshrc +++ b/.zshrc @@ -180,6 +180,6 @@ case $HOST in source /usr/share/nvm/init-nvm.sh # Virtualenv (for Python development) export WORKON_HOME=~/.virtualenvs - source /usr/bin/virtualenvwrapper.sh + #source /usr/bin/virtualenvwrapper.sh ;; esac