The following commands need to be executable
python
git
scons
ninja
cmake
premake
You can install the required dependencies using the following command:
To make sure
python3
is mapped topython
execute the following, which will create a sym-linkln -s /opt/homebrew/bin/python3 /opt/homebrew/bin/python
brew install python git scons ninja cmake premake