位置:首頁 > 腳本語言 > Ruby教學 > Ruby 安裝(Windows)

Ruby 安裝(Windows)

下麵是步驟,在Windows機器上安裝Ruby。

注意: 在安裝時,可能有不同的版本。

  • 下載最新版本的Ruby一個壓縮文件。請擊 Download Link.

  • 下載Ruby的歸檔文件後,解壓後得到轉變成新創建的目錄:

  • 雙擊Ruby1.6.7.exe文件。 Ruby安裝向導啟動。

  • 單擊“下一步”移動至向導頁中的重要信息,並繼續前進,直到Ruby的安裝完成安裝Ruby。

可能需要安裝一些環境變量,如果冇有適當安裝。

  • If you use Windows 9x, add the following lines to your c:autoexec.bat: set PATH="D:(ruby install directory)in;%PATH%"

  • Windows NT/2000 用戶需要修改自己的注冊表.

    • Click Control Panel | System Properties | Environment Variables.

    • Under System Variables, select Path and click EDIT.

    • Add your Ruby directory to the end of the Variable Value list and click OK.

    • Under System Variables, select PATHEXT and click EDIT.

    • Add .RB and .RBW to the Variable Value list and click OK.

安裝完成後,確保一切工作正常通過發出以下命令在命令行:

$ruby -v
ruby 1.6.7
  • 如果一切順利,這應該輸出安裝Ruby解釋器的版本,如上圖所示。可能已經安裝了不同的版本,所以它會顯示一個不同的版本。