by default bundler install gems into system root.
but I want to install gems into $HOME.
how can I do it?
views:
27answers:
1`gemrc` file is a lot more awesome than people realize. `~/.gemrc` and `/etc/gemrc` can fix a lot of things.
tadman
2010-10-07 16:00:41
the full solution is on the page http://wiki.railsplayground.com/railsplayground/show/How+to+install+gems+and+non+root+user
yltsrc
2010-10-13 09:53:15