From: Alexander Barton Date: Thu, 27 Nov 2014 16:28:13 +0000 (+0100) Subject: bashrc: source /usr/local/bin/virtualenvwrapper.sh X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c3bd464c3f3cdb5acc0a9587ed2f39b6a080b0e;p=ConfigScripts.git bashrc: source /usr/local/bin/virtualenvwrapper.sh --- 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" ] \