Homebrew 설치

/usr/bin/ruby -e "$(curl -fsSL <https://raw.githubusercontent.com/Homebrew/install/master/install>)"

위 명령어를 실행하고 나서 Return 어쩌고가 나오면 엔터를 클릭해 다운로드를 계속 이어나가면 된다

(Press RETURN to continue or any other key to abort:)

현재 pc기준 (맥프레 15년형..) 상당히 오래 걸리는군

m1 mac 이라면 위의 명령어를 실행하면 안된다.

brew not found 를 만나게 될 것임

$ /bin/bash -c "$(curl -fsSL <https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh>)"

위의 명령어를 실행해준다

그리고 설치가 다 되었다는 문구가 나오면