1 2 3 4 5 6 7
#!/bin/sh PYTHON=${PYTHON:-python} RUN_PATH=$(cd $(dirname -- "$0") && pwd) ROOT_PATH=$RUN_PATH/.. export PYTHONPATH=$ROOT_PATH/src_py