LoginSignup
8
8

More than 5 years have passed since last update.

El Capitanにしたらば、色々動かんくなって困った対処を書くべ

Posted at

Homebrewの再インストールが必要だべ

$ sudo chown -R $(whoami):admin /usr/local
$ brew update 

GEMも前のパスが変わって使えなくなったので、インストール先を再設定やな

新しいPATHを設定しておくべ

export GEM_HOME=/usr/local/gems
export PATH=$GEM_HOME/bin:$PATH

必要なのを再インストールすっだ

$ gem install bundle

Xtra Finder使えなくなったべ・・・

この記事の通りにやれば動くらしいだけど、まぁSIPへの理解が薄い人は下手に手出すべきではないべ

他にもなんかあっだら追記すっぺ

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