Added the pip virtualenv base.
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Sat, 11 Jul 2009 12:01:19 -0400 | 
    
    
    
        | parents | 
        b28a66d5e8e9 
 | 
    
    
        | children | 
        19df0cea18a5
4a595961551e
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        .bashrc  | 
    
Changes
    
--- 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