The FAQ entry 2.4 Installing gems in a non-standard directory. [1] is
outdated, again. The correct shell script is below, and the text should be
edited, accordingly.


PREFIX=$HOME
export GEM_HOME=$PREFIX/lib/ruby/gems/1.8 
export RUBYLIB=$PREFIX/lib
ruby setup.rb all --prefix=$PREFIX

[1] http://www.rubygems.org/read/chapter/15#page101

_______________________________________________
Rubygems-developers mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to