Re: [Wtr-general] changing watir versions

2006-04-11 Thread Zeljko Filipin
I can tell you what I did. I uninstalled ruby. That uninstalls all versions of watir. Then I installed new and improved ruby. Then installed watir gem.From command line:gem install watir ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] changing watir versions

2006-04-11 Thread Jeff Fry
Thanks Zeljko, Uninstalling ruby did the trick. I'm still curious if someone on the list can answer: how does my machine find watir? How does it choose between multiple installs? Can I tell it explicitly in a script to use a particular version? Jeff Jeff Fry wrote: Hey, y'all. I'm trying

Re: [Wtr-general] changing watir versions

2006-04-11 Thread Dave Burt
Jeff Fry wrote: how does my machine find watir? How does it choose between multiple installs? Can I tell it explicitly in a script to use a particular version? It depends on how they were installed, and if RubyGems is in control. I think site_ruby installs take priority over gems. (It's been