From 3c3bd464c3f3cdb5acc0a9587ed2f39b6a080b0e Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 27 Nov 2014 17:28:13 +0100 Subject: [PATCH] bashrc: source /usr/local/bin/virtualenvwrapper.sh --- sys/bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/bashrc b/sys/bashrc index cdc02ce..baf3c17 100644 --- a/sys/bashrc +++ b/sys/bashrc @@ -107,6 +107,10 @@ if ! shopt -oq posix; then && source /opt/local/etc/bash_completion fi +# Enable local virtualenvwrapper installation, if available +[ -r /usr/local/bin/virtualenvwrapper.sh ] \ + && source /usr/local/bin/virtualenvwrapper.sh + # Shell prompt PS1="${COLOR_PREPOSTTXT}${PS1_BEGIN:-<}" [ "$LOGNAME" = "root" ] \ -- 2.39.2