# HG changeset patch # User Steve Losh # Date 1247328079 14400 # Node ID aa40029d16194b8de325c777d5b8eca04dcb4cb4 # Parent b28a66d5e8e99ab83748d0b4f1ff41f633d42c35 Added the pip virtualenv base. diff -r b28a66d5e8e9 -r aa40029d1619 .bashrc --- a/.bashrc Mon Jul 06 06:05:17 2009 -0400 +++ b/.bashrc Sat Jul 11 12:01:19 2009 -0400 @@ -15,6 +15,7 @@ export EDITOR='vim' export PATH="/usr/local/bin:${PATH}:/opt/local/bin" export WORKON_HOME="${HOME}/lib/virtualenvs" +export PIP_VIRTUALENV_BASE=$WORKON_HOME export GREP_OPTIONS='--color=auto' export HISTSIZE=1000 export HISTFILESIZE=1000