ESP32 Arduino macOS exec: “python”: executable file not found in $PATH

Apple removed old Python 2 from macOS 12.3. Arduino ESP32 depends on Python interpreter.

Build in Arduino IDE may fail with error:

It’s sufficient to change name of binary to python3

Edit file

Change the line:

To line with python3:

Re-open Arduino IDE and build the project.