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