$ brew install php
$ php -v
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink sbin/php-fpm
/usr/local/sbin is not writable.
You can try again using:
brew link php
$ brew link php
/usr/local/sbin
폴더가 없어서
발생합니다.Linking /usr/local/Cellar/php/7.3.0_1...
Error: Could not symlink sbin/php-fpm
/usr/local/sbin is not writable.
$ sudo chown -R $(whoami) $(brew --prefix)/sbin
$ brew link php
$ php -v