How do I make RubyGems install binaries to a different directory?

0

I'm on OS X (Snow Leopard) and all I want is for gem to put the binaries it installs into /usr/local/bin instead of /usr/bin. This doesn't seem like it should be hard, but my Google-Fu is failing me this morning. What's the switch and/or config setting to control this?

Thanks.

Hank Gay

Posted 2011-03-07T15:03:00.647

Reputation: 297

Answers

0

It's the -n/--bindir switch.

Hank Gay

Posted 2011-03-07T15:03:00.647

Reputation: 297