Created
August 25, 2012 05:43
-
-
Save cpetersen/3461308 to your computer and use it in GitHub Desktop.
Upgrading to mountain lion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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