aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2019-09-12 10:16:39 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2019-09-12 10:16:39 +0200
commit639e02e2694c6d8fc8f40e05fd221e40c9f9f2ba (patch)
tree9957bf18dbb4e09180dcd99f75dc6ff0133f0268
parent3715c516d5d61936e28f50b2674d2cedbe73a447 (diff)
downloaddotfiles-639e02e2694c6d8fc8f40e05fd221e40c9f9f2ba.tar.gz
dotfiles-639e02e2694c6d8fc8f40e05fd221e40c9f9f2ba.tar.bz2
dotfiles-639e02e2694c6d8fc8f40e05fd221e40c9f9f2ba.zip
Always copy virtualenv
-rwxr-xr-xbash/.bashrc4
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"
159fi 159fi
160 160
161if exists virtualenv; then
162 export VIRTUALENV_ALWAYS_COPY=1
163fi
164
161# Set the virtualenv parameters 165# Set the virtualenv parameters
162if exists virtualenvwrapper.sh; then 166if exists virtualenvwrapper.sh; then
163 export WORKON_HOME=$HOME/.virtualenvs 167 export WORKON_HOME=$HOME/.virtualenvs