From 2980cef0befa6735e9e430dbf88893f3ec732027 Mon Sep 17 00:00:00 2001 From: mj Date: Thu, 25 Jun 2015 00:11:23 +0200 Subject: [PATCH] [FIX] zshrc: virtualenvwrapper --- dotfiles/zshrc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/zshrc.sh b/dotfiles/zshrc.sh index 107a9e2..6be0100 100644 --- a/dotfiles/zshrc.sh +++ b/dotfiles/zshrc.sh @@ -43,6 +43,7 @@ source $ZSH/oh-my-zsh.sh # virtualenvwrapper if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then export WORKON_HOME=$HOME/.virtualenvs + export VIRTUALENVWRAPPER_HOOK_DIR=$HOME/.virtualenvs source /usr/local/bin/virtualenvwrapper.sh plugins+=(pip python virtualenv virtualenvwrapper) fi -- 2.0.0