diff options
| -rwxr-xr-x | bash/.bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 4b85bd1..a5d7357 100755 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -158,6 +158,10 @@ if exists less; then | |||
| 158 | export PAGER="less" | 158 | export PAGER="less" |
| 159 | fi | 159 | fi |
| 160 | 160 | ||
| 161 | if exists virtualenv; then | ||
| 162 | export VIRTUALENV_ALWAYS_COPY=1 | ||
| 163 | fi | ||
| 164 | |||
| 161 | # Set the virtualenv parameters | 165 | # Set the virtualenv parameters |
| 162 | if exists virtualenvwrapper.sh; then | 166 | if exists virtualenvwrapper.sh; then |
| 163 | export WORKON_HOME=$HOME/.virtualenvs | 167 | export WORKON_HOME=$HOME/.virtualenvs |
