markusthoemmes commented on a change in pull request #2536: Remove privilege escalation. URL: https://github.com/apache/incubator-openwhisk/pull/2536#discussion_r130448314
########## File path: tools/travis/build.sh ########## @@ -6,6 +6,7 @@ set -e SCRIPTDIR=$(cd $(dirname "$0") && pwd) ROOTDIR="$SCRIPTDIR/../.." HOMEDIR="$SCRIPTDIR/../../../" +export PYTHONPATH=/opt/python/2.7.13/lib/python2.7/site-packages Review comment: Why's this needed? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
