If you put the file I referenced in the correct location, you can then just:

ir -S gem update --system

After that, the gem and gem.bat files in %IronRubyRoot%\bin get re-written
with the correct path to the correct interpreter (as will any scripts
installed by ruby gems AFTER this), so from then on, you can just:

gem dosomething

assuming %IronRubyRoot%\bin is in you path ahead of other Ruby binary
directories. I use pik to manage this http://github.com/vertiginous/pik (pik
is like rvm for Windows).

--
Will Green
http://hotgazpacho.org/


On Fri, Jun 25, 2010 at 3:07 PM, Andrew Badera <li...@ruby-forum.com> wrote:

> Will Green wrote:
> > I don't use the i-whatever batch files. Untill this fix, I just did
> >
> > ir -S whatever
> >
> > --
> > Will Green
> > http://hotgazpacho.org/
>
> Forgive me for not being super knowledgeable about syntax, but what do I
> need to pass it as a param for the rubygems package? I've downloaded
> 1.3.7 explicitly, but not sure what context to use ir -S in ...
> --
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> Ironruby-core mailing list
> Ironruby-core@rubyforge.org
> http://rubyforge.org/mailman/listinfo/ironruby-core
>
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to