Scomocouk commented on PR #3740: URL: https://github.com/apache/storm/pull/3740#issuecomment-2467862753
Thanks @rzo1, incidentally, the & operator to call python3 directly is already being used in Storm.ps1 to check the version of python installed - see line 26: $PythonVersion = (**& python3 -V** 2>&1).Split(" ")[1]; -- 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: dev-unsubscr...@storm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org