使用 ToolTwist 工作台,我以编程方式执行 ruby 文件,java.lang.Runtime
用于执行某些 git 命令(例如加载版本、同步等),但出现以下错误:
/Users/myaccount/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- xmlsimple (LoadError)
from /Users/myaccount/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /tooltwist/tooltwist_osx_7.0/devel/ttc_t/config/bin/checkLaunchpad.rb:21:in `<main>'
我之前在终端中运行我的 ruby 命令时遇到了同样的错误,但只能通过gem install xml-simple
在命令行上运行来解决它。
我需要在我的代码上调用相同的命令吗?
希望有更好的方法来解决这个问题。