Attila Bukor has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20079
Change subject: [build] Change shebangs to python3 ...................................................................... [build] Change shebangs to python3 As Python 2 has been EOL for 3+ years, python3 is pretty abundant at this point, and python2 is quite rare. On recent OS versions, at least on my fresh install of MacOS Ventura, there is only python3 and no python2, and the "python" binary or symlink is also missing. On Mac, I was unable to symlink it to "/usr/local/bin/python", because it kept trying to install CLI developer tools when I ran it, even though it was a symlink to python3. I'm not sure if this is a bug, but anyway, this solved it for MacOS Ventura, and it shouldn't break on recent operating systems. Change-Id: I824daa0cf151e89f783db98d46fb23ce9e267093 --- M build-support/gen_version_info.py M thirdparty/postflight.py M thirdparty/preflight.py 3 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/79/20079/1 -- To view, visit http://gerrit.cloudera.org:8080/20079 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I824daa0cf151e89f783db98d46fb23ce9e267093 Gerrit-Change-Number: 20079 Gerrit-PatchSet: 1 Gerrit-Owner: Attila Bukor <[email protected]>
