LoginSignup
2
2

More than 5 years have passed since last update.

Mac OS Xを再インストールしてhomebrewでインストールしたものが使えなくなった時の対象方法

Last updated at Posted at 2014-07-10

データを全部消して行うクリーンインストールじゃなくて、OS Xだけをインストールし直した場合の話

手順

1.XcodeのCommand Line Toolsをインストールする

2.brew linkを実施する

for x in $(brew list -1); do brew unlink $x; brew link $x; done

参考:https://github.com/Homebrew/homebrew/issues/27106#issuecomment-46449600

3.brew doctorで確認

brew doctor

4.問題があれば適宜対応

って感じで使えるようになりました!

2
2
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
2
2