0

I installed Ruby using this software: http://rubyinstaller.org/

However, unlike rvm, I'm not sure if I can use it to update my version of Ruby.

Can I use this to update? If not, what's the best way to update Ruby on a Windows machine?

Starkers
  • 10,273
  • 21
  • 95
  • 158

1 Answers1

0

Looking at the RubyInstaller FAQ, there is this question:

Q: If I install both versions, is there some graceful way of selecting which version is active at a given time (e.g., which ruby.exe is invoked, which irb.bat is called, etc.)?

A: Pik is excellent for this coordination—check it out

One can extend the both in the question to all three (1.8, 1.9 and 2.0), so hopefully pik is forward-compatible with Ruby 2.0, so give this a try.

Community
  • 1
  • 1
Ken Y-N
  • 14,644
  • 21
  • 71
  • 114
  • Hi Ken Y_N, do you know what would cause this error? http://stackoverflow.com/questions/19308846/updating-ruby-to-2-0-0-using-pik – Starkers Oct 11 '13 at 10:16