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