このスクリプトは必ずサイトから入手すること
$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"...
==> Installation successful!
You should run `brew doctor' *before* you install anything.
Now type: brew help
インストール後の確認
正しくインストールされたか確認を行う。
Terminal.app
123456789101112
$ brew doctor
// 以下のようなWarningが表示された。
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libecomlodr.dylib
// 余分なファイルだから削除しろとのこと。念のため、何のファイルかgoogleで検索してみると、Symantecのセキュリティソフトに絡んでいそう。
/usr/localも既に作成されていたことを考えると削除しないで、しばらく様子をみる。