Ruby on Rails Beta 3 Install on Snow Leopard - file not found

后端 未结 7 805
孤街浪徒
孤街浪徒 2020-12-16 11:53

I tried to install the new beta on my system with the command:

sudo gem install rails --pre

but no matter what I tried, I still get this da

相关标签:
7条回答
  • 2020-12-16 12:19

    I found the same error message, while after some google I've successfully installed it by manually 'sudo mkdir lib' in the .../gems/rails-3.0.0.beta3. Though it hasn't raised further problem, I hope someone could tell what should be in the missing lib directory.

    0 讨论(0)
提交回复
热议问题