저는 MacOS를 처음 접했으므로 간단한 질문 일 것입니다.
기본 PHP 7.1이 설치된 상태에서 High Sierra를 사용하고 있으며 PHP 7.2도 실행했습니다.
curl -s http://php-osx.liip.ch/install.sh | bash -s 7.2
내가 실행할 때 :
brew install composer
나는 얻는다 :
Error: No available formula with the name "composer"
==> Searching for a previously deleted formula...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
문제는 homebrew를 통해 작곡가를 설치하는 방법입니다. (어쩌면 homebrew를 통해 PHP를 설치하고 설치 한 PHP를 어떻게 제거해야합니까?)