Created
October 3, 2012 03:16
-
-
Save kylessnell/3824752 to your computer and use it in GitHub Desktop.
How to change your compiler to install versions of Ruby prior to 1.9.3 on OSX 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
Step 1: brew install https://raw.github.com/Homebrew/homebrew-dupes/master/apple-gcc42.rb | |
Step 2: brew install apple-gcc42 | |
Step 3: CC=/usr/local/bin/gcc-4.2 rvm install 1.8.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment