반응형
m1 homebrew 설치
/bin/bash -c "$(curl -fsSL https://gist.githubusercontent.com/nrubin29/bea5aa83e8dfa91370fe83b62dad6dfa/raw/48f48f7fef21abb308e129a80b3214c2538fc611/homebrew_m1.sh)"
brew help를 실행해보면 command not found: brew라는 메시지가 나오며 정상동작 안함.
eval $(/opt/homebrew/bin/brew shellenv)
위 명령을 실행하면 정상동작함.
하지만 터미널을 재실행하면 다시 brew를 찾을 수 없다는 메시지를 보게 되는데 vi ~/.zshrc 명령을 통해 zshrc파일에 위에서 실행한 eval $(/opt/homebrew/bin/brew shellenv)를 마지막에 추가하면 정상동장함.
Thank you!
반응형
'OS > macOs' 카테고리의 다른 글
[MacOS] CLI에서 느낌표가 포함된 환경변수 설정시 dquote> (0) | 2022.08.21 |
---|