Bugs item #29216, was opened at 2011-05-19 14:42
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=29216&group_id=126

Category: `gem install` command
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: David Kellum (dekellum)
Assigned to: Nobody (None)
Summary: Bogus "WARNING You don't have X in your PATH" with --user-install 
--bindir options set

Initial Comment:
On a gem install like the following:

% gem install foo --user-install --bindir /home/david/bin
WARNING:  You don't have /home/david/.gem/jruby/1.8/bin in your PATH,
          gem executables will not run.
Successfully installed foo-0.0.1
1 gem installed

But the "--bindir /home/david/bin" should make "/home/david/.gem/jruby/1.8/bin" 
irrelevant.  The bin wrappers for "foo" are indeed correctly installed to 
/home/david/bin.

I'll have a simple patch for this...






----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=29216&group_id=126
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to