Mac OS X Yosemite にCommand Line Tools をインストール

問題

Homebrewなどを使う際、Command Line Toolsが必要で、Yosemite Betaをインストールした 直後にbrew doctorとすると次のようなエラーが出ます。

$ brew doctor
Error: No such file or directory - /Library/Developer/CommandLineTools/usr/bin/clang

解決策

次のコマンドでYosemite用のCommand Line Toolsをインストール。

$ xcode-select --install

$ # インストール後
$ brew doctor
Your system is ready to brew.