From 62d34f7e8b31c5a5a3d661295007182c27d02ce6 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 26 Apr 2012 03:51:37 +0200 Subject: virtualenv: load virtualenvwrapper everywhere if its enabled --- bashrc/common/virtualenv.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bashrc/common/virtualenv.sh (limited to 'bashrc/common') diff --git a/bashrc/common/virtualenv.sh b/bashrc/common/virtualenv.sh new file mode 100644 index 0000000..4bacadc --- /dev/null +++ b/bashrc/common/virtualenv.sh @@ -0,0 +1,3 @@ +if hash "virtualenvwrapper.sh" 2>/dev/null; then + source $(which virtualenvwrapper.sh) +fi -- cgit v1.2.3