简体   繁体   中英

How to install rails 2.3.8 and ruby 1.8.7

我想在Ubuntu 13.04上安装Rails 2.3.8和1.8.7,请任何人都能告诉命令。

In console:
apt-get install ruby1.8 rubygems
gem install rails -v=2.3.8
To check installed versions:
ruby -v
rails -v

Follow the steps those have been listed in this blog , Also choose the specific versions of ruby and rails those you want to install.

Hope this will help

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM