Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 chruby 时,有没有办法将 gem 从已安装的 Ruby 上的先前版本迁移到新安装的 Ruby 版本?
这是你要找的吗?
source /usr/local/share/chruby/chruby.sh RUBIES+=( /opt/jruby-1.7.0 "$HOME/src/rubinius" )
如果您从另一个 Ruby 管理器迁移,请相应地设置 RUBIES:
虚拟机
RUBIES+=(~/.rvm/rubies/*)
rbenv
RUBIES+=(~/.rbenv/versions/*)
rbfu
RUBIES+=(~/.rbfu/rubies/*)
资源