브루를 깔면 설치를 CLI로 확인하고 관리 할 수 있어서 편한 장점이 있는거 같네여
공홈을 가서 https://brew.sh/ko/
설치하기를 복사해서 터미널에서 실행시키면 됩니다.
1 | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | cs |
다운까지 시간이 꽤 걸립니다.......
Xcode 머시기도 설치하느라
HomeBrew는 아주 친절함
다음에 해야할 일을 알려줌
1 2 3 4 5 6 7 8 | ==> Next steps: - Run these two commands in your terminal to add Homebrew to your PATH: (echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/ddoongmause/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)" - Run brew help to get started - Further documentation: https://docs.brew.sh | cs |
이부분을 복사해서 터미널로 실행
1 2 | (echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/ddoongmause/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)" | cs |
그럼 설치 완료~
brew 쳐보면 제대로 깔렸는지를 체크해볼 수 있음
댓글
댓글 쓰기