set PYTHONPATH

This commit is contained in:
Michel Oosterhof 2016-09-18 15:54:23 +04:00
parent eacff8c767
commit eec4d716f2
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
#!/bin/sh
AUTHBIND_ENABLED=no
COWRIEDIR=$(dirname $0)
export PYTHONPATH=${PYTHONPATH}:${COWRIEDIR}
set -e
cd $(dirname $0)
cd ${COWRIEDIR}
if [ "$1" != "" ]
then