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?
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?
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.