diff options
| author | 2019-09-12 10:16:39 +0200 | |
|---|---|---|
| committer | 2019-09-12 10:16:39 +0200 | |
| commit | 639e02e2694c6d8fc8f40e05fd221e40c9f9f2ba (patch) | |
| tree | 9957bf18dbb4e09180dcd99f75dc6ff0133f0268 | |
| parent | 3715c516d5d61936e28f50b2674d2cedbe73a447 (diff) | |
| download | dotfiles-639e02e2694c6d8fc8f40e05fd221e40c9f9f2ba.tar.gz dotfiles-639e02e2694c6d8fc8f40e05fd221e40c9f9f2ba.tar.bz2 dotfiles-639e02e2694c6d8fc8f40e05fd221e40c9f9f2ba.zip | |
Always copy virtualenv
| -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 |
