summaryrefslogtreecommitdiffstats
path: root/bashrc/common/virtualenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc/common/virtualenv.sh')
-rw-r--r--bashrc/common/virtualenv.sh3
1 files changed, 3 insertions, 0 deletions
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