tvalentyn commented on PR #27236: URL: https://github.com/apache/beam/pull/27236#issuecomment-1610027575
Actually, after some thinking, I think `python` is a valid command, and is referenced in official documents: https://docs.python.org/3/using/cmdline.html#command-line. @Prabin120 I would suggest creating a helper function that identifies the python interpreter dynamically and falls back to to `python3` if `python` is not available. We could run that function once per and reuse the return string in other calls. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
