Search code examples
phpphabricatorarcanist

arc diff(Arcanist) failing with env: php: No such file or directory


After upgrading to macOS Monterey Arcanist commands like arc diff are failing with the following error

env: php: No such file or directory

Solution

  • Step1

    brew install [email protected]
    ln -s /usr/local/opt/[email protected]/bin/php /usr/local/bin/php
    

    if u get an error on the step 1 run this

    xcode-select --install