3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

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

Posted at

家の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

つかえた

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?