1. ホーム

cygwin many commands show command not foundの解決策。

2022-03-01 12:57:13

cygwin many commands show command not found の解決策。

cygwin.BATファイルを以下のように修正します。

エコーオフ



D:



set CYGWIN=tty notitle globを設定する。

set PATH=%PATH%;d:\cygwinbin;d:\cygwinsbin;d:\cygwinbin;d:\cygwinsbin;d:\cygwinlocal>bin

set LD_LIBRARY_PATH=d:\cygwin





chdir D:\cygwinbin

bash --login -i

中のパスは、インストールしたパスに変更されます





出典記事: http://cool8511.blog.hexun.com/19723586_d.html