Could not find rails (>= 0) amongst [] (Gem::LoadError)

前端 未结 7 1862
你的背包
你的背包 2020-12-02 12:32

After installing rvm, updating .gmrc file, updating rubygems and running gem install rails -v \">=3.1.0rc\", I now seem to have a complete mess:



        
相关标签:
7条回答
  • 2020-12-02 13:01

    I got a problem similar to this, there may be a compatible problem of rvm. I fixed by updating rvm to latest version:

    curl -L https://get.rvm.io | bash -s stable --ruby
    

    Then you should reload rvm or just open new terminal window. Then I reinstalled the bundler 'gem install bundler' and ran 'bundle install' as normal

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