Rails not finding rake-10.5.0

二次信任 提交于 2019-12-03 15:29:04

I think multiple version of rake is installed in your system,. So to start the application use

bundle exec rails s -p 3000

You check the list of rake installed in your system gem list | grep rake

I believe the issue was to do with my Ruby install. I ran the below commands and this seems to have solved the issue

rvm install ruby-2.0.0-p643
rvm --default use 2.0.0
ruby -v
ruby 2.0.0p643 (2015-02-25 revision 49749) [x86_64-darwin14.1.0]
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!