Skip to content

Instantly share code, notes, and snippets.

@cpetersen
Created August 25, 2012 05:43
Show Gist options
  • Save cpetersen/3461308 to your computer and use it in GitHub Desktop.
Save cpetersen/3461308 to your computer and use it in GitHub Desktop.
Upgrading to mountain lion
uninstall nokogiri (not sure if this is necessary since I uninstalled ruby later)
update xcode
reinstall xcode command line tools (seems like I'm always installing these)
brew install libxml2
rvm uninstall 1.9.2
rvm uninstall 1.9.3
rvm install 1.9.3
rvm install 1.9.2 --with-gcc=clang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment