Skip to content

Instantly share code, notes, and snippets.

@valikos
Created July 15, 2015 21:05
Show Gist options
  • Save valikos/a2ca33203efc0c3750f8 to your computer and use it in GitHub Desktop.
Save valikos/a2ca33203efc0c3750f8 to your computer and use it in GitHub Desktop.
How to install old ruby versions on OSX
> 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