How to Downgrade from Ruby 1.9.2 to Ruby 1.8.7 to run Rails 2.0.2

后端 未结 3 1847
独厮守ぢ
独厮守ぢ 2020-12-09 05:13

I want to downgrade the Ruby version I have installed(Ruby 1.9.2) on Ubuntu 10.04 OS so that I can use the appropriate version of Ruby 1.8.7 to run Rails 2.0.2. I am using t

3条回答
  •  余生分开走
    2020-12-09 05:29

    source ~/.rvm/scripts/rvm

    rvm reload ( Reload the latest rvm installed )

    rvm install 1.8.7

    rvm use 1.8.7 --default

提交回复
热议问题