我正在运行Mac,使用Terminal,使用Ruby on Rails。
我试图找出在我的机器上捆绑安装gemfiles的位置。所以我运行了命令
bundle --path
现在看来我的机器不知道我的任何宝石文件的位置。如何将其恢复为原始功能?
这是错误......
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
/Users/theDanOtto/.rvm/rubies/ruby-2.1.2/bin/ruby extconf.rb
/Users/theDanOtto/.rvm/rubies/ruby-2.1.2/bin/ruby: invalid option -D (-h will show valid options) (RuntimeError)
extconf failed, exit code 1
Gem files will remain installed in /Users/theDanOtto/Dropbox/Sites/Current Development/ClashOfClanV2/path/ruby/2.1.0/gems/json-1.8.3 for inspection.
答案 0 :(得分:0)
只需运行bundle install --system
。