개발
[MAC] 초기세팅
z-zero
2022. 4. 9. 15:00
home brew 설치
Homebrew
The Missing Package Manager for macOS (or Linux).
brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
깃 설치
brew install git
하면
zsh: command not found: brew
이런 오류메세지가 뜬다
$(/opt/homebrew/bin/brew shellenv)
이걸로 해결
그 후 잘 해결됨을 볼 수 있다