Created
July 15, 2015 21:05
-
-
Save valikos/a2ca33203efc0c3750f8 to your computer and use it in GitHub Desktop.
How to install old ruby versions on OSX
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
> brew install gcc48 | |
> CC=gcc-4.8 rbenv install 1.8.7-p375 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment