# HG changeset patch # User Steve Losh # Date 1256784614 14400 # Node ID fa767da486bf35e3c8b3d8257e7dd60d108d65a1 # Parent 9a7470f41c215cc20dcf710ab860d42484aa7ff6 Add Gorilla to the .bashrc file. diff -r 9a7470f41c21 -r fa767da486bf .bashrc --- 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" +