#!/bin/bash ## This is a version of the launcher script which run on the src directory - paths are hard coded atm. Configure below: SRC_DIR=~/pyflag/ INSTALL_DIR=/var/tmp/build/pyflag/ ######### END CONFIGURATION #################### export PYTHONPATH=$SRC_DIR/src/pyflag:$SRC_DIR/src/:/usr/loca/lib/python2.5/site-packages/:$INSTALL_DIR/lib/python2.5/site-packages/pyflag exec /usr/bin/python2.5 $SRC_DIR/src/pyflag/FlagHTTPServer.py --plugins=$SRC_DIR/src/plugins $@