M1์นฉ Mac์์ Homebrew ์ค์น๋ฐฉ๋ฒ
bin/bash -c "$(curl -fsSL https://gist.githubusercontent.com/nrubin29/bea5aa83e8dfa91370fe83b62dad6dfa/raw/48f48f7fef21abb308e129a80b3214c2538fc611/homebrew_m1.sh)" ์์ ๋ช
๋ น์ด๋ฅผ ์คํํ์๋ฉด ๋ฉ๋๋ค. ๋๋ iterm์ด๋ Terminal์์ ์ด์ ์ ๋ฐฉ๋ฒ๋๋ก /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ์์ ๋ช
๋ น์ด๋ฅผ ์ด์ฉํด Homebrew๋ฅผ ์ค์นํ ๋ค brew help ๋ฑ ๋ช
๋ น์ด๋ฅผ ์คํํ๊ฒ ๋๋ฉด, zsh: command not found: brew eval $(/opt/homebrew/bin/brew shellenv) ๋ฅผ ์
๋ ฅํด์ฃผ๋ฉด, ๋ค์๊ณผ ๊ฐ์ด ์ ์์ ์ผ๋ก ์๋ํ๋ ๊ฒ์ ์ ์ ์์ต๋๋ค.
https://designdepot.tistory.com/209