Darryl,

You don't have to install multiple instances of Ruby to use RVM. You
can use a single instance of Ruby and create multiple gemsets,
specified with "@". Then you install different versions of Watir in
their own gemsets. Once you have each gemset created, switching
between them is quick and painless:

   RVM use [email protected]  # This sets RVM to Ruby 1.9.2 using a gemset
called "1.6.2"

   RVM use [email protected]

and so on.


On Mar 30, 11:49 am, Darryl Brown <[email protected]> wrote:
> RVM is a Ruby version manager.  I'm trying to find out if there is a
> better way to manage multiple versions of Watir. Using Git with a
> branch for each version is working.  Are you guys suggesting that I
> should manage multiple instances of Ruby with each one having a unique
> version of Watir??  -or- am I missing something?
>
> Darryl
>
> On Mar 30, 2:32 pm, Adam Reed <[email protected]> wrote:

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to