Rails 3.0.0.beta Install problem: can't find executable rails

前端 未结 3 1598
谎友^
谎友^ 2021-02-13 02:08

I\'m trying to install the rails 3.0.0.beta and I\'m running into this issue:

justins-mac-: justinz$ ruby -v
ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-dar         


        
3条回答
  •  一向
    一向 (楼主)
    2021-02-13 02:53

    Try

    sudo gem update --system
    

    Since that does nothing, try

    sudo gem cleanup
    

    then reinstall.

提交回复
热议问题