Re: [MacRuby-devel] How do I install bundler without disrupting my MRI bundler

2011-08-22 Thread Jeremy Smith
Thank you vm, that is a big help. On Mon, Aug 22, 2011 at 6:04 AM, Eloy Duran wrote: > You can install the gem with `sudo macgem install bundler > --format-executable`, which will create the bin wrapper like > `/usr/bin/macbundler`. > > On 21 aug. 2011, at 16:42, Jeremy Smith wrote: > > > If I t

Re: [MacRuby-devel] How do I install bundler without disrupting my MRI bundler

2011-08-22 Thread Eloy Duran
You can install the gem with `sudo macgem install bundler --format-executable`, which will create the bin wrapper like `/usr/bin/macbundler`. On 21 aug. 2011, at 16:42, Jeremy Smith wrote: > If I try to install bundler using "sudo macgem install bundler", it wants to > over-write my existing bu