Ruby on Rails安装过程,煞费苦心

首先第一步,下载ruby,安装,一定要2.3版本或更高版本,下载地址

 

安装时,能打勾的选项,都选上,安装完毕直接cmd

 

输入ruby -v,如果显示版本号,说明安装成功

 

然后开始安装rails

 

gem sources -l

gem sources --remove https://rubygems.org/

gem sources --add https://gems.ruby-china.org/

如果提示Error

就gem sources --add http://gems.ruby-china.org/

 

接着gem install rails

如果安装错误Please update your PATH to include build tools or download theDevKit

根据http://blog.csdn.net/evsqiezi/article/details/12710563  进行解决

安装就成功了

 

posted @ 2017-06-05 10:52  yixius  阅读(221)  评论(0编辑  收藏  举报