티스토리 뷰
반응형
새로 산 노트북에 homebrew를 설치하는데
% /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
이게 뭐시당가
Warning: /opt/homebrew/bin is not in your PATH.
Instructions on how to configure your shell for Homebrew
can be found in the 'Next steps' section below.
==> Installation successful!
==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
No analytics data has been sent yet (nor will any be during this install run).
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
https://github.com/Homebrew/brew#donations
==> Next steps:
- Run these two commands in your terminal to add Homebrew to your PATH:
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/kwon/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
- Run brew help to get started
- Further documentation:
https://docs.brew.sh
Next steps에 알려준대로 명령어를 쳐주면
% echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/kwon/.zprofile
% eval "$(/opt/homebrew/bin/brew shellenv)"
이렇게 잘 설치된 걸 알 수 있다.
% which brew
/opt/homebrew/bin/brew
% brew --version
Homebrew 3.3.11
Homebrew/homebrew-core (git revision 20e2581dbcb; last commit 2022-01-18)
반응형