環境
- macOS Siera 10.12.6
インストール
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
上記、公式サイトに記載されていたインストール用のスクリプトをターミナルで実行。
==> 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
==> The following new directories will be created:
/usr/local/Caskroom
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/mkdir -p /usr/local/Caskroom
Password:
中略
==> 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
==> 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
途中、パスワードの入力を求められたりしながら数分で終了。
確認
バージョン確認
$ brew -v
Homebrew 2.0.2
Homebrew/homebrew-core (git revision 46be2; last commit 2019-02-27)
環境診断
$ brew doctor
Your system is ready to brew.
メモ
Homebrewのインストールを説明する記事では
事前にXcode(Command Line Tools)のインストールを行なっているものが多い。
今回、Homebrewを直接インストールしたが特に問題はなさそう。
Command Line Toolsがインストールされていない場合は、以下のように、Homebrewのインストール中にCommand Line Toolsが自動でダウンロードされ、インストールされました。