安装gem的时候遇到
Please update your PATH to include build tools or download the DevKit
from '' and follow the instructions
at ''
原来是因为没有安装devkit
我的ruby是最新的9.3的,so下了DevKit 4.5.2,解压到某目录下,然后:
>ruby dk.rb init
生成了config.yml
>ruby dk.rb review
d:/Ruby193>ruby dk.rb install
完之后检查是否成功了
>gem install rdiscount --platform=ruby
>ruby -rubygems -e "require 'rdiscount'; puts RDiscount.new('**Hello RubyInstaller**').to_html"
出现Hello RubyInstaller
就可以了 --platform=ruby 这个一定要带上,不然会有问题。。
阅读(2517) | 评论(0) | 转发(0) |