这个Ruby依赖有什么问题?

时间:2013-02-28 15:05:51

标签: ruby swagger

我正在尝试在OSX 10.7.5上使用source2swagger

这取决于“json”所以我正在安装它,然后尝试运行如下。

machine:source2swagger jpbeuc1$ sudo gem install json
Password:
Building native extensions.  This could take a while...
Successfully installed json-1.7.7
1 gem installed
Installing ri documentation for json-1.7.7...
Installing RDoc documentation for json-1.7.7...
machine:source2swagger jpbeuc1$ bin/source2swagger 
bin/source2swagger:4:in `require': no such file to load -- json (LoadError)
    from bin/source2swagger:4

有谁能告诉我这里有什么不起作用以及如何让source2swagger看到“json”?

1 个答案:

答案 0 :(得分:2)

source2swaggerlocal已安装,gems已安装root。因此,需要source2swagger的{​​{1}}无法访问json中安装的那些gem。因此,我建议始终使用root中的宝石,并避免使用local来安装宝石。要在本地管理宝石,我建议使用RVM