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

后端 未结 4 1617
再見小時候
再見小時候 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

    Try uninstalling the rails gem:

    gem uninstall rails
    

    If you are prompted to select a version, select 2.3.5 and leave the 3.0.3 version intact.

    P.S: Are you using RVM? If not, I would highly recommend it.

提交回复
热议问题