homebrew 설치

2255 단어 homebrew
환경: macOS Catalina 10.15.1


macOS에서 homebrew 소개

homebrew 설치





/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)

위를 복사하여 터미널에 붙여 넣습니다!

터미널
% /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)

==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew

Press RETURN to continue or any other key to abort

 注//ここでエンターを押して次に進んでください。//
 ダウンロードが開始されます!

==> Downloading and installing Homebrew...

 (中略)


==> 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 (or will be during this `install` run).


==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
  https://github.com/Homebrew/brew#donations


==> Next steps:
- Run `brew help` to get started
- Further documentation: 
    https://docs.brew.sh


도중 시간이 걸릴 수 있으므로, 엔터 등 누르지 않고 참아 기다리자!

homebrew 설치 확인



터미널
$ brew doctor
Your system is ready to brew.

이것으로 끝입니다.

좋은 웹페이지 즐겨찾기