在安装 JRuby 的频繁升级之一时,我需要重新安装我的 gem,因为它们通常位于 jruby 安装目录中。
我知道不必这样。有人可以发布一些说明或指向如何避免这种情况的网页吗?
请记住,我不想与 C-Ruby 安装共享 gem。只需在 JRuby 安装之间共享。
谢谢,
<your preferred location>/jrubygems/lib/ruby/gems/1.8
<your preferred location>/lib/ruby
<your preferred location>/lib/site_ruby/1.8
添加到您的 .bashrc:
export GEM_HOME=<your preferred location>/jrubygems/lib/ruby/gems/1.8
export RUBYLIB=<your preferred location>/lib/ruby:<your preferred location>/lib/site_ruby/1.8