在Windows上安装rails时出错

时间:2011-07-30 23:25:22

标签: ruby-on-rails ruby windows rubygems

我只是在Windows系统上安装ruby

C:\Users\PC>ruby --version
ruby 1.9.2p290 (2011-07-09) [i386-mingw32]

但是当我尝试安装rails

C:\Users\PC>gem install rails --include-dependencies
INFO:  `gem install -y` is now default and will be removed
INFO:  use --ignore-dependencies to install only the gems you list
ERROR:  While executing gem ... (Encoding::ConverterNotFoundError)
    code converter not found (UTF-16LE to IBM737)
你可以帮助我......

我的英文版windows 7 Ultimate已安装希腊语

2 个答案:

答案 0 :(得分:1)

如果可以使用Ruby 1.8.7,可以考虑使用Rails Installer for windows。它将为您安装ruby和rails以及其他依赖项。还有截屏视频和其他帮助。

如果你需要ruby 1.9.2+,那么除非你升级到ruby 1.9.3,否则看起来你可能会失败。你可以阅读它here

祝你好运!

答案 1 :(得分:0)

尝试更改命令提示符代码页:

chcp 850