我正在尝试在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”?
答案 0 :(得分:2)
source2swagger
已local
已安装,gems
已安装root
。因此,需要source2swagger
的{{1}}无法访问json
中安装的那些gem。因此,我建议始终使用root
中的宝石,并避免使用local
来安装宝石。要在本地管理宝石,我建议使用RVM。