Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am relatively new to Ruby and Rails, so please have patience with me. I I have RVM installed and my current version of Ruby is 1.9.3. and Rails 3.2.14 for the current apps I am working on. I am using Brew, GIT for version control, and I also have Xcode installed.

Due to some work requirements, I am trying to install Ruby 1.8.4 on a mac os x Mountain Lion version 10.8. I am planning to set up a Project .rvmrc file so I can also use Rails 1.3.4. When I run "rvm install ruby-1.8.4" I get this message:

There is no checksum for 'http://cache.ruby-lang.org/pub/ruby/1.8/ruby-1.8.4.tar.gz' or 'ruby-1.8.4.tar.gz', it's not possible to validate it. This could be because your RVM install's list of versions is out of date. You may want to update your list of rubies by running 'rvm get stable' and try again. If that does not resolve the issue and you wish to continue with unverified download add '--verify-downloads 1' after the command. There has been an error fetching the ruby interpreter. Halting the installation.

Any suggestions? I was able to download the ruby- 1.8.4.tar.gz from another source, but I don't know how to make RVM install from a file.

Thank you very much in advance.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
509 views
Welcome To Ask or Share your Answers For Others

1 Answer

As noted by @Eternal-Learner, RVM does not currently support 1.8.4, (you can get a list of the rubies that it can install using the rvm list known command).

That being said, per this discussion on their issue tracker from last year, you might be able to get them to try to implement it if you open up an issue.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...