本文介绍了rails 3 安装错误“找不到文件:lib"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
安装 Rails 3.0.1 时,我总是收到以下错误消息,尽管我可以使用安装.
When installing Rails 3.0.1 i always get following error message, although i can use the installation.
我不确定是否有问题,错误信息让我很恼火.
I'm not sure if there's something wrong, I'm irritated by the error message.
推荐答案
如 balupton 的回答:
As in the answer by balupton:
Ruby on Rails Beta 3在 Snow Leopard 上安装问题
gem install rdoc
按照说明,然后重新运行
Follow instructions and then rerun
gem install rails
我现在没有出现错误.
这篇关于rails 3 安装错误“找不到文件:lib"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!