「在 Windows 上安裝設定 Ruby 環境」:修訂間差異

出自DILA Wiki
imported>Ray
(新頁面: =Nokogiri= <syntaxhighlight lang="XML"> gem install nokogiri </syntaxhighlight> 如果出現 SSL_connect 錯誤,就執行以下指令改用 http <syntaxhighlight lang="XML"> gem sources -r https://rubygems.org/ # 移除 https gem source...)
 
imported>Ray
行 1: 行 1:
=安裝 Ruby=
到 http://rubyinstaller.org/ 下載安裝 RubyInstaller for Windows
=Nokogiri=
=Nokogiri=



於 2015年2月11日 (三) 11:56 的修訂

安裝 Ruby

http://rubyinstaller.org/ 下載安裝 RubyInstaller for Windows

Nokogiri

gem install nokogiri

如果出現 SSL_connect 錯誤,就執行以下指令改用 http

gem sources -r https://rubygems.org/  # 移除 https
gem sources -a http://rubygems.org/  # 加入 http

如果出現 Could not create Makefile,就更新 Rubygems:

gem update --system