Windows 7 PC に Ruby 1.9.3 をインストールしました。現在、作成する自動化スクリプトを探しています。しかし、そのためには以下をインストールする必要がありますが、どうすればインストールできますか?
- セレン
- 鋸切り
- カピバラ
私のRubyバージョンはディレクトリにインストールされています- C:\Ruby193
. PATH
コマンド プロンプトから Ruby コマンドを実行するには、変数に何か追加する必要がありますか?
エラー
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\peter>cd..
C:\Users>cd..
C:\>cd C:\Ruby193
C:\Ruby193>ruby
'ruby' is not recognized as an internal or external command,
operable program or batch file.
C:\Ruby193>gem install nokogiri
'gem' is not recognized as an internal or external command,
operable program or batch file.
C:\Ruby193>