Pull pagerank runners into functions for profiling.
[stinger.git] / SOURCEME.sh
blob2a7e2c0e35fcbdccb97ce2ad6999f3d7ee4ef44a
1 #!/bin/bash
3 echo Run this from your build directory ONLY!
4 if [ ! -e data ]; then
5 ln -s ../html data
6 fi
7 export PATH=`pwd`/bin:$PATH
8 export LD_LIBRARY_PATH=`pwd`/lib:$LD_LIBRARY_PATH
9 export PYTHONPATH=`pwd`/lib:$PYTHONPATH