please read /Users/myname/.rvm/log/ruby-1.9.3-p125/configure.log
There has been an error while running configure. Halting the
installation.
ls: /Users/myname/.rvm/rubies/*/bin/ruby: No such file or directory
I just started Ruby 3 days ago so I am really confused... I tried
reading in the configure.log but There is nothing in /Users/myname/.rvm
I had been trying to install the way that the tutorial (a book) tells
me, and that is updating the version that I have preinstalled, sudo gem
update --system, but when I rails --version after that, it replies with
1.8.7 (2008-08-11). I ran the command again and the same result, it was
stuck on 1.8, where I couldent install rails. What I want in the end is
to run Ruby on Rails, but the first step would be installing ruby 1.9.*.
I was googling how to update to 1.9.3 and rvm came up, so I tried that,
and thus my problem above.
And I think Ruby comes preinstalled 1.8.7 on my Mac, its OS X 10.7.3,
but I might have screwed things up when I did: sudo gem update --system
like the book told me to. I have also tried installing an earlier
version of ruby, like 1.9, and it is the same result..
& as I wrote earlier, if you want to use rvm to manage your rubies, you
have to install Ruby 1.8.7 first via rvm then install Ruby 1.9.* via rvm
& you should be good to go.
Cheers,
Phil...
- --
But masters, remember that I am an ass.
Though it be not written down,
yet forget not that I am an ass.
Wm. Shakespeare - Much Ado About Nothing
···
On 16/04/2012 12:09, Tucketdog J. wrote:
And I think Ruby comes preinstalled 1.8.7 on my Mac, its OS X 10.7.3,
but I might have screwed things up when I did: sudo gem update --system
like the book told me to. I have also tried installing an earlier
version of ruby, like 1.9, and it is the same result..