アクアリウムハジメマシタ!!

macOS にHomebrewをインストール

macOS にHomebrewをインストール@complesso.jp

macOS High Sierra(10.13.4)へのHomebrewのインストール方法でうす。HomebrewはMacのパッケージマネージャーで、MacPortsの後発のものですがこの二つは同居させるのはあまり良くないです。

Command Line Tools for Xcodeをインストール

Homebrewのインストールには「Command Line Tools for Xcode」が必須なので、まずはこちらをインストールします。

xcode-select --install
xcode-select: note: install requested for command line developer tools

以下のようなウィンドウがでてくるので、

macOS にHomebrewをインストール@complesso.jp

インストール」→使用許諾画面で「同意」でインストールが始まります。

Homebrewのインストール

Homebrewのサイトの中央にある以下のコードをコピーしてターミナルで実行します。

macOS にHomebrewをインストール@complesso.jp

/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/Cellar
/usr/local/Homebrew
/usr/local/Frameworks
/usr/local/bin
/usr/local/etc
/usr/local/include
/usr/local/lib
/usr/local/opt
/usr/local/sbin
/usr/local/share
/usr/local/share/zsh
/usr/local/share/zsh/site-functions
/usr/local/var
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/mkdir -p /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/opt /usr/local/sbin /usr/local/share /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var
Password:
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/opt /usr/local/sbin /usr/local/share /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var
==> /usr/bin/sudo /bin/chmod 755 /usr/local/share/zsh /usr/local/share/zsh/site-functions
==> /usr/bin/sudo /usr/sbin/chown HOGE /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/opt /usr/local/sbin /usr/local/share /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/opt /usr/local/sbin /usr/local/share /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var
==> /usr/bin/sudo /bin/mkdir -p /Users/HOGE/Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Users/HOGE/Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown HOGE /Users/HOGE/Library/Caches/Homebrew
==> /usr/bin/sudo /bin/mkdir -p /Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown HOGE /Library/Caches/Homebrew
==> Downloading and installing Homebrew...
remote: Counting objects: 103096, done.
remote: Compressing objects: 100% (23/23), done.
remote: Total 103096 (delta 6), reused 9 (delta 0), pack-reused 103071
Receiving objects: 100% (103096/103096), 23.45 MiB | 240.00 KiB/s, done.
Resolving deltas: 100% (75167/75167), done.
From https://github.com/Homebrew/brew
 * [new branch]   master  -> origin/master
 * [new tag]    0.1  -> 0.1
 * [new tag]    0.2  -> 0.2
 * [new tag]    0.3  -> 0.3
 * [new tag]    0.4  -> 0.4
 * [new tag]    0.5  -> 0.5
 * [new tag]    0.6  -> 0.6
 * [new tag]    0.7  -> 0.7
 * [new tag]    0.7.1  -> 0.7.1
 * [new tag]    0.8  -> 0.8
 * [new tag]    0.8.1  -> 0.8.1
 * [new tag]    0.9  -> 0.9
 * [new tag]    0.9.1  -> 0.9.1
 * [new tag]    0.9.2  -> 0.9.2
 * [new tag]    0.9.3  -> 0.9.3
 * [new tag]    0.9.4  -> 0.9.4
 * [new tag]    0.9.5  -> 0.9.5
 * [new tag]    0.9.8  -> 0.9.8
 * [new tag]    0.9.9  -> 0.9.9
 * [new tag]    1.0.0  -> 1.0.0
 * [new tag]    1.0.1  -> 1.0.1
 * [new tag]    1.0.2  -> 1.0.2
 * [new tag]    1.0.3  -> 1.0.3
 * [new tag]    1.0.4  -> 1.0.4
 * [new tag]    1.0.5  -> 1.0.5
 * [new tag]    1.0.6  -> 1.0.6
 * [new tag]    1.0.7  -> 1.0.7
 * [new tag]    1.0.8  -> 1.0.8
 * [new tag]    1.0.9  -> 1.0.9
 * [new tag]    1.1.0  -> 1.1.0
 * [new tag]    1.1.1  -> 1.1.1
 * [new tag]    1.1.10  -> 1.1.10
 * [new tag]    1.1.11  -> 1.1.11
 * [new tag]    1.1.12  -> 1.1.12
 * [new tag]    1.1.13  -> 1.1.13
 * [new tag]    1.1.2  -> 1.1.2
 * [new tag]    1.1.3  -> 1.1.3
 * [new tag]    1.1.4  -> 1.1.4
 * [new tag]    1.1.5  -> 1.1.5
 * [new tag]    1.1.6  -> 1.1.6
 * [new tag]    1.1.7  -> 1.1.7
 * [new tag]    1.1.8  -> 1.1.8
 * [new tag]    1.1.9  -> 1.1.9
 * [new tag]    1.2.0  -> 1.2.0
 * [new tag]    1.2.1  -> 1.2.1
 * [new tag]    1.2.2  -> 1.2.2
 * [new tag]    1.2.3  -> 1.2.3
 * [new tag]    1.2.4  -> 1.2.4
 * [new tag]    1.2.5  -> 1.2.5
 * [new tag]    1.2.6  -> 1.2.6
 * [new tag]    1.3.0  -> 1.3.0
 * [new tag]    1.3.1  -> 1.3.1
 * [new tag]    1.3.2  -> 1.3.2
 * [new tag]    1.3.3  -> 1.3.3
 * [new tag]    1.3.4  -> 1.3.4
 * [new tag]    1.3.5  -> 1.3.5
 * [new tag]    1.3.6  -> 1.3.6
 * [new tag]    1.3.7  -> 1.3.7
 * [new tag]    1.3.8  -> 1.3.8
 * [new tag]    1.3.9  -> 1.3.9
 * [new tag]    1.4.0  -> 1.4.0
 * [new tag]    1.4.1  -> 1.4.1
 * [new tag]    1.4.2  -> 1.4.2
 * [new tag]    1.4.3  -> 1.4.3
 * [new tag]    1.5.0  -> 1.5.0
 * [new tag]    1.5.1  -> 1.5.1
 * [new tag]    1.5.10  -> 1.5.10
 * [new tag]    1.5.11  -> 1.5.11
 * [new tag]    1.5.12  -> 1.5.12
 * [new tag]    1.5.13  -> 1.5.13
 * [new tag]    1.5.14  -> 1.5.14
 * [new tag]    1.5.2  -> 1.5.2
 * [new tag]    1.5.3  -> 1.5.3
 * [new tag]    1.5.4  -> 1.5.4
 * [new tag]    1.5.5  -> 1.5.5
 * [new tag]    1.5.6  -> 1.5.6
 * [new tag]    1.5.7  -> 1.5.7
 * [new tag]    1.5.8  -> 1.5.8
 * [new tag]    1.5.9  -> 1.5.9
 * [new tag]    1.6.0  -> 1.6.0
 * [new tag]    1.6.1  -> 1.6.1
 * [new tag]    1.6.2  -> 1.6.2
 * [new tag]    1.6.3  -> 1.6.3
 * [new tag]    1.6.4  -> 1.6.4
 * [new tag]    1.6.5  -> 1.6.5
 * [new tag]    1.6.6  -> 1.6.6
 * [new tag]    1.6.7  -> 1.6.7
 * [new tag]    1.6.8  -> 1.6.8
HEAD is now at 9831e6745 Merge pull request #4346 from commitay/version-minor_patch
==> Tapping homebrew/core
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
remote: Counting objects: 4788, done.
remote: Compressing objects: 100% (4561/4561), done.
remote: Total 4788 (delta 56), reused 1050 (delta 39), pack-reused 0
Receiving objects: 100% (4788/4788), 3.88 MiB | 288.00 KiB/s, done.
Resolving deltas: 100% (56/56), done.
Tapped 4576 formulae (4,829 files, 12.2MB)
==> Cleaning up /Library/Caches/Homebrew...
==> Migrating /Library/Caches/Homebrew to /Users/HOGE/Library/Caches/Homebrew...
==> Deleting /Library/Caches/Homebrew...
Already up-to-date.
==> Installation successful!
==> Homebrew has enabled anonymous aggregate user behaviour analytics.
Read the analytics documentation (and how to opt-out) here:
 https://docs.brew.sh/Analytics.html
==> Next steps:
- Run `brew help` to get started
- Further documentation: 
 https://docs.brew.sh

brew doctorを実行して確認

brew doctorコマンドで動作確認します。

brew doctor
Your system is ready to brew.

問題なく動作しているようです。