Skip to content

Instantly share code, notes, and snippets.

@dritoshi
Created October 23, 2013 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dritoshi/7113447 to your computer and use it in GitHub Desktop.
Save dritoshi/7113447 to your computer and use it in GitHub Desktop.
OS X Mavericks (10.9) を入れたら homebrew が動かなくなったので reinstall した
rm -rf /usr/local/Cellar /usr/local/.git && brew cleanup
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
brew prune
brew doctor
@dritoshi
Copy link
Author

もし rvm を利用している場合は以下を忘れずに。

brew install libyaml
brew install openssl
rvm get head

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment