Code0x58 commented on issue #3600: URL: https://github.com/apache/incubator-heron/issues/3600#issuecomment-673153996
the `command -v` and `namei` parts confirm your python works in your environment, so that's a :+1: The last two lines of the script didn't find the generated `cpplint.pex` - have you done a `bazel clean` since your last `bazel build --config=centos heron/...`? I wonder if the _"/usr/bin/env: python3.6: No such file or directory"_ is caused by your `$PATH` not having been exported, so when bazel runs it does not get the value. Try running `export PATH` in your shell before you call bazel build. You can see all exported variables with `export -p` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
