On Jun 4, 2008, at 12:46 PM, Stephen Bannasch wrote:
At 3:15 AM -0700 6/4/08, Eric Hodel wrote:
I installed rubinius source into rubinius/code and installed it into rubinius/install.

But since Rubinius doesn't have the equivalent of '-S' I need to supply the full path to the gem.rb command.

`rbx gem env` will do what you want.

Thanks for that pointer -- it works just as it should!

And in my non-system install of rubinius located here:

 ~/dev/rubinius/install

doing this:

 $ rbx gem install uuidtools

Indeed puts the uuidtools gem here:

./lib/rubinius/lib/rbx/gems/1.8.6/gems/uuidtools-1.0.3

This may be more appropriate for a rubinius list but then running:

 $ rbx gem list --local

produces this error:

 *** LOCAL GEMS ***

 ERROR:  While executing gem ... (NoMethodError)
     No method 'to_ints' on an instance of NilClass.


A bunch of work has gone into completing rbconfig.rb (which may have caused such a problem) in the past day or two, so maybe this was fixed.
_______________________________________________
Rubygems-developers mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to