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

Eloy Duran eloy.de.enige at gmail.com
Mon Aug 22 03:04:52 PDT 2011


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 bundler that is located at usr/bin/bundle.  This is obviously a problem because it breaks bundler for all of my MRI projects.
> 
> So I installed rvm, thinking that it would keep the gems separate from each other, but when I switch to macruby with rvm, "gem install bundler" doesn't install it with the macgems, and so bundler isn't accessible by macrake.  
> 
> Any ideas?
> 
> 
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel



More information about the MacRuby-devel mailing list