Every time I close terminal rails defaults back to 2.3.5 from 3.0.3?

后端 未结 4 1636
再見小時候
再見小時候 2021-01-28 21:48

I\'m going through the rails by example tutorial.

Its seems that every time I close terminal rails defaults back to 2.3.5 & I have to go through the process of insta

4条回答
  •  借酒劲吻你
    2021-01-28 22:28

    I've had this problem using RVM, if you're using RVM do: $rvm 1.9.2 (or whatever ruby version you installed the rails 3 gem with).

    Check the output of $ ruby -v when you seem to have access to rails3 and again $ ruby -v when you can only seem to get to v2.3.5. If it shows different versions of ruby then you most likley are using RVM.

提交回复
热议问题