From 639e02e2694c6d8fc8f40e05fd221e40c9f9f2ba Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 12 Sep 2019 10:16:39 +0200 Subject: Always copy virtualenv --- bash/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bash/.bashrc') 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 export PAGER="less" fi +if exists virtualenv; then + export VIRTUALENV_ALWAYS_COPY=1 +fi + # Set the virtualenv parameters if exists virtualenvwrapper.sh; then export WORKON_HOME=$HOME/.virtualenvs -- cgit v1.2.3