On macOS 15, there is no `python` executable. There is only python 3. One has to change the script interpreter from `python` to `python3`. Aliasing python=python3 does not work in the terminal.
On macOS 15, there is no
pythonexecutable.There is only python 3.
One has to change the script interpreter from
pythontopython3.Aliasing python=python3 does not work in the terminal.