Commit 2980cef0befa6735e9e430dbf88893f3ec732027

Authored by mj
1 parent 7b0d09ae7e
Exists in master and in 2 other branches 02-merge, dev

[FIX] zshrc: virtualenvwrapper

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -43,6 +43,7 @@ source $ZSH/oh-my-zsh.sh
43 43 # virtualenvwrapper
44 44 if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
45 45 export WORKON_HOME=$HOME/.virtualenvs
  46 + export VIRTUALENVWRAPPER_HOOK_DIR=$HOME/.virtualenvs
46 47 source /usr/local/bin/virtualenvwrapper.sh
47 48 plugins+=(pip python virtualenv virtualenvwrapper)
48 49 fi