Add Gorilla to the .bashrc file.
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Wed, 28 Oct 2009 22:50:14 -0400 | 
    
    
    
        | parents | 
        9a7470f41c21 
 | 
    
    
        | children | 
        ae6212a980bc
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        .bashrc  | 
    
Changes
    
--- a/.bashrc	Thu Oct 22 19:31:56 2009 -0400
+++ b/.bashrc	Wed Oct 28 22:50:14 2009 -0400
@@ -50,3 +50,9 @@
 wo() {
     [ -f './.venv' ] && workon `cat ./.venv`
 }
+
+# Gorilla --------------------------------------------------------------------
+
+export PATH="~/src/gorilla/bin:$PATH"
+export PYTHONPATH="/Users/sjl/src/gorilla/lib:$PYTHONPATH"
+