码迷,mamicode.com
首页 > Windows程序 > 详细

【Windows系统】Ruby2.0安装

时间:2017-11-09 14:19:11      阅读:311      评论:0      收藏:0      [点我收藏+]

标签:ruby

下载和安装

下载地址:https://rubyinstaller.org/downloads/

安装注意要点

安装过程中选择

安装Install Tcl/Tk suppport

环境(Add Ruby executables to your PATH)

关联执行(Associate .rb and .rbw files with this Ruby installtion.)

安装devkit

解压在d:/ruby/devkit,然后在该目录下执行下面的命令


ruby dk.rb init

ruby dk.rb review

ruby dk.rb install

更换RubyGems镜像

# 去除镜像

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

# 添加镜像

gem sources -a http://gems.ruby-china.org/

# 查看镜像

gem sources -l

安装RubyGems 

gem update --system


【Windows系统】Ruby2.0安装

标签:ruby

原文地址:http://13235034.blog.51cto.com/13225034/1980220

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!