Commit e52f738b002b340ed4831e157aebaa1b4ad75ddc

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

[TEST] zshrc: virtualenvwrapper

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

... ... @@ -5,9 +5,6 @@ export GJ_ENV=local_aptproxy
5 5 # Path to your oh-my-zsh installation.
6 6 export ZSH=$ZCFG/packages/oh-my-zsh
7 7  
8   -# virtualenvwrapper
9   -export WORKON_HOME=$HOME/.virtualenvs
10   -
11 8 export LANG=en_US.UTF-8
12 9  
13 10 # Compilation flags
... ... @@ -45,7 +42,7 @@ source $ZSH/oh-my-zsh.sh
45 42  
46 43 # virtualenvwrapper
47 44 if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
48   - # export WORKON_HOME=$HOME/.virtualenvs
  45 + export WORKON_HOME=$HOME/.virtualenvs
49 46 source /usr/local/bin/virtualenvwrapper.sh
50 47 plugins+=(pip python virtualenv virtualenvwrapper)
51 48 fi