Cannot install Ruby 1.9.2 using rvm on MAC osx

50 Views Asked by At

I am trying to learn some ruby using the book Learn Ruby the Hard Way. The book asssumes you use ruby version 1.9.2 . It also recommends using rvm to install this version of ruby. I am trying to on Mac OS. I have 2 macs and have tried installing this version on both multiple times. Both of them have the same error in both scenarios. I have successfully installed other versions of ruby on these machines using rvm.

Here is the error in question for each mac

RVM does not know how to build working ruby-1.9.2-p330 on OSX 13.2,
if you know please let us know by opening a ticket with instructions here:

The same error occurs on my other mac but for a different OSX version. Is this just something that I will not be able to do? I don't mind using another version of Ruby as long as it doesn't mess with my practice using this book. Any insight or solution would be most welcome! Thanks!

I have tried installing using

rvm install 1.9.2

I have also used different machines to try and install

0

There are 0 best solutions below