From 002660d7155bb92c511edccce992221a2a820d13 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 26 Feb 2020 10:39:38 -0500 Subject: [PATCH] Pull in virtualenvwrapper --- bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index 9b2bfd7..e8b147c 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -29,6 +29,9 @@ fi if [ -f ~/.bashrc.local ]; then +if [ -e "$(which virtualenvwrapper.sh)" ]; then + source "$(which virtualenvwrapper.sh)" +fi source ~/.bashrc.local fi