rabbah commented on a change in pull request #2536: Remove privilege escalation. URL: https://github.com/apache/incubator-openwhisk/pull/2536#discussion_r130449831
########## 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: there are two versions of python installed per the travis logs (3.x and 2.7) this forces the latter to be used. ---------------------------------------------------------------- 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
