【Windows系统】Ruby2.0安装
下载和安装
下载地址: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
安装RubyGemsgem update --system
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。