Issues installing Ruby and Rails and DevKit on windows 7 x64 - fix needed

ぐ巨炮叔叔 提交于 2019-11-29 13:52:34

Seems you installed Ruby (along the DevKit?) inside a directory with spaces.

As indicated during Ruby own installer, path with spaces are not recommended (that is why default is C:\Ruby193

GCC, the compiler that is part of DevKit, has problems with path with spaces, so installation of DevKit is also recommended to be placed in a path without spaces (e.g. C:\DevKit)

All this is mentioned in both RubyInstaller and DevKit installation instructions page

I would recommend uninstalling and installing over again. Also I recomend using the Rails Installer from http://railsinstaller.org/, in my experience this has been the most pain free way to get rails and ruby installed on a windows machine.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!