简体   繁体   English

如何安装滑轨2.3.8和红宝石1.8.7

[英]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. 按照此博客中列出的步骤进行操作,然后选择要安装的特定版本的ruby和rails。

Hope this will help 希望这会有所帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 不能在Rails 2.3.8和Ruby 1.8.7中安装gem? - Not Able to install gems in Rails 2.3.8 & Ruby 1.8.7? 如何在Windows,Ruby 1.8.7,Rails 2.3.8上安装刻面,出现hpricot错误 - How do I install facets on windows, ruby 1.8.7, rails 2.3.8, I get hpricot error 如何从Rails 2.3.8应用程序的Ruby 1.8.7升级到Ruby 1.9.2? - How do I upgrade from Ruby 1.8.7 to Ruby 1.9.2 for Rails 2.3.8 app? 在Rails 2.3.8和ruby 1.8.7中使用omniauth-google-oauth2 gem - Using omniauth-google-oauth2 gem in rails 2.3.8 and ruby 1.8.7 如何在带有Rails 2.3.5和Ruby 1.8.7的Ubuntu 16.04上安装Puma? - How to I install Puma on Ubuntu 16.04 with rails 2.3.5 and Ruby 1.8.7? 开发Facebook Canvas / iFrame应用程序(Rails 2.3.8,Ruby 1.8.7)的最好的gem / plugin是什么? - What's the best gem/plugin to develop a Facebook Canvas/iFrame App (Rails 2.3.8, Ruby 1.8.7)? 尝试从Ruby 1.8.7升级到1.9.2,同时仍使用Rails 2.3.8 - trying to upgrade from from ruby 1.8.7 to 1.9.2 while still using rails 2.3.8 使用Ruby 1.8.7的未定义方法`has_attached_file',带有paperclip 2.3.8 gem for Rails 2 - Undefined method `has_attached_file' with paperclip 2.3.8 gem for Rails 2 using Ruby 1.8.7 如何在Ruby On Rails 2.3.8中优化视图渲染? - How to opitmize view rendering in Ruby On Rails 2.3.8? 无法安装滑轨2.3.8 - Not able to install rails 2.3.8
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM