Commit 292eeff3e317eda2adae53b14f6b336442869395
1 parent
964c49949b
Exists in
master
and in
2 other branches
[TEST] zshrc: virtualenvwrapper
Showing 1 changed file with 4 additions and 1 deletions Side-by-side Diff
dotfiles/zshrc.sh
| ... | ... | @@ -5,6 +5,9 @@ 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 | + | |
| 8 | 11 | export LANG=en_US.UTF-8 |
| 9 | 12 | |
| 10 | 13 | # Compilation flags |
| ... | ... | @@ -26,7 +29,7 @@ plugins+=(command-not-found common-aliases debian dirhistory history history-sub |
| 26 | 29 | |
| 27 | 30 | # virtualenvwrapper |
| 28 | 31 | if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then |
| 29 | - export WORKON_HOME=$HOME/.virtualenvs | |
| 32 | + # export WORKON_HOME=$HOME/.virtualenvs | |
| 30 | 33 | source /usr/local/bin/virtualenvwrapper.sh |
| 31 | 34 | plugins+=(pip python virtualenv virtualenvwrapper) |
| 32 | 35 | fi |