반응형
설치 커맨드:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
환경변수 설정:
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/user/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
설치 확인:
brew --version
Homebrew 3.5.10
Homebrew/homebrew-core (git revision d5996ff862f; last commit 2022-08-24)
출처: homebrew 공식사이트
반응형