OS X Mavericks を使い始めました!っていうメモ


家のmbaをOS X MountainLionから OS X Mavericksにバージョンアップしたので、それのメモです。

ag command not found

brew list
autoconf        htop-osx        openssl         ruby-build
automake        httperf         pcre            the_silver_searcher
cscope          jq          pkg-config      xz
curl-ca-bundle      libtool         rbenv           z
git         macvim          rbenv-aliases
groff           markdown        readline

入ってますやん

command line tool 入れろって言われる

You should install the Command Line Tools.
Run xcode-select --install to install them.

なので、下記を実行

xcode-select --install
brew install ag
Error: the_silver_searcher-0.14 already installed
To install this version, first `brew unlink the_silver_searcher'

リンクを解除

brew unlink the_silver_searcher
Unlinking /usr/local/Cellar/the_silver_searcher/0.14... 0 links removed

そして、もう一回リンク

brew link the_silver_searcher

つかえた