[Rubygems-developers] Best practices for managing GEM_PATH, GEM_HOME, and related stuff?
Chad Woolley
thewoolleyman at gmail.com
Tue Feb 26 22:33:12 EST 2008
On Tue, Feb 26, 2008 at 6:07 PM, Eric Hodel <drbrain at segment7.net> wrote:
> set GEM_PATH to `gem env gempath` with ~/gems added
> set GEM_HOME to ~/gems
>
> At this point, `gem install` will install gems into ~/gems.
>
> Gem.clear_paths will force RubyGems to re-read GEM_HOME and GEM_PATH.
Thanks Eric!
More information about the Rubygems-developers
mailing list