On MacOS (Ventura), I'm also having to run the tool like this: python coretool ... due to not having python installed at /usr/bin/python. Maybe a change to #!python might work more universally regardless of how python was installed -- as long as it's on the PATH.
On MacOS (Ventura), I'm also having to run the tool like this:
python coretool ...
due to not having python installed at/usr/bin/python
. Maybe a change to#!python
might work more universally regardless of how python was installed -- as long as it's on the PATH.