Windows から Cygwin 経由で Python スクリプトを実行しようとしています。Python を実行すると、次のエラーが発生します。問題は、Cygwin 経由で Python を実行すると、Python の Windows インスタンス経由でコマンドが実行されます。つまり、Cygwin の方法を使用してリンクしているファイルC:\Python32\python.exe
が見つかりません。py
$ /cygdrive/c/Python32/python /cygdrive/c/elf/GIT/src/sfgenctl.py
C:\Python32\python.exe: can't open file '/cygdrive/c/elf/GIT/src/sfgenctl.py':
[Errno 2] No such file or directory
これを回避する方法はありますか?
ありがとう