9
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

cmderやConEmu で MINGW64 な msys2 を使う

Posted at

cmderやConEmu で MINGW64 な msys2 を使いたい。

set MSYSTEM=MINGW64 & "C:\msys64\usr\bin\bash.exe" --login -i

を指定して起動する。msys2 は起動時に MSYSTEM を見て挙動が変わるので、set で環境変数としてしていしてやればおk。

キャプチャ.PNG

9
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?