在Windows 8.1中在rails上安装ruby时出现安装错误
嗨
i在安装ruby时遇到错误:当我使用命令时
gem install json --no-ri --no-rdoc
i我收到异常错误说
宝石文件仍然安装在c:/Ruby200/lib/ruby/gems/2.0.0/gems /json-1.8.1进行检查
结果记录在c:/Ruby200/lib/ruby/gems/2.0.0/gems/json-1.8.1/ext/json/ext/generator/ gem_make.out
可以任意1请帮我解释为什么我得到这个错误实际上我的系统是64位所以使用64位devkit而安装而不是32位。所以这不是问题吗?对于错误原因
Hi
i am getting an error while installing ruby : when i used command
gem install json --no-ri --no-rdoc
i am getting an exception error saying
gem files remain installed in c:/Ruby200/lib/ruby/gems/2.0.0/gems/json-1.8.1 for inspection
results logged in c:/Ruby200/lib/ruby/gems/2.0.0/gems/json-1.8.1/ext/json/ext/generator/gem_make.out
can any1 please help me out why i am getting this error actually my system was 64 bit so uses 64 bit devkit while installing instead of 32 bit. so this is not the issue right ?? for the error cause
错误日志导致该目录实际上说的是什么?这是关键信息。
What does the error log results in the directory actually say? That's the critical information.