Vagrant をインストールしました。Vagrant init は正常に動作しました。Vagrant を実行すると、次のエラーが表示されます。
The executable 'cygpath' Vagrant is trying to run was not
found in the %PATH% variable. This is an error. Please verify
this software is installed and on the path.
私は端末としてcygwinを使用しており、Windows 8を使用しておりC:\cygwin64\bin
、環境変数のPATHに配置しました。
私の質問は、cygwin bin へのパスを指定したときにこのエラー メッセージが表示されるのはなぜですか?
ありがとう!