the .sh script does not export PYTHONPATH, you need to export it using `export PYTHONPATH` or prepending it to exec call
the .sh script does not export PYTHONPATH, you need to export it using
export PYTHONPATHor prepending it to exec call