How do I install bundler without disrupting my MRI bundler
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?
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@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Thank you vm, that is a big help. On Mon, Aug 22, 2011 at 6:04 AM, Eloy Duran <eloy.de.enige@gmail.com> 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 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@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (2)
-
Eloy Duran
-
Jeremy Smith