homebrew 공식 홈페이지의 설치방법을 입력하면 -bash: brew: command not found 가 나와서 방법을 찾아보았다.
오랜 구글링 끝에 알고보니 인텔 맥북과 다른 방식으로 설치 해야 한다.
1. 맥북 터미널을 킨 다음 따로 폴더 지정하지 않고 터미널에 입력
/bin/bash -c "$(curl -fsSL https://gist.githubusercontent.com/nrubin29/bea5aa83e8dfa91370fe83b62dad6dfa/raw/48f48f7fef21abb308e129a80b3214c2538fc611/homebrew_m1.sh)"
2. enter 누른 후 사용자의 비밀번호 입력
3. 설치된 후 버전정보 확인!!(정상적으로 설치 되었는지 확인한다.)
brew --version
출처 : gist.github.com/nrubin29/bea5aa83e8dfa91370fe83b62dad6dfa
Install Native Homebrew on Apple Silicon M1
Install Native Homebrew on Apple Silicon M1. GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
끝! ~_~
'MacOS 공부하기!' 카테고리의 다른 글
brew 명령어 종류 정리! (0) | 2021.01.27 |
---|---|
Mac OS 에서 Tomcat & Oracle 설치하기! (0) | 2021.01.19 |
맥북 InteliJ에서 자동완성하기 (0) | 2021.01.11 |
[brew cask install 에러] Calling brew cask install is disabled! Use brew install [--cask] instead. (0) | 2021.01.10 |