sampler icon indicating copy to clipboard operation
sampler copied to clipboard

Windows version require SH

Open qw569 opened this issue 6 years ago • 2 comments

Windows version require sh but default command interpreter in Windows OS is cmd.exe

SAMPLING FAILURE exec: "sh": executable file not found in %PATH%

Исполняемый файл под Windows, пытается запустить внешние программы через SH. Командным интерпретатором в операционных системах Windows является cmd.exe.

qw569 avatar Aug 19 '19 07:08 qw569

Yes, right now the windows support is experimental and relies on the sh interpreter. That's why it is recommended to use non-default emulators, e.g. Cmder

I don't have a Windows machine myself, so let's keep the issue for future in case someone will be interested to implement

sqshq avatar Aug 20 '19 02:08 sqshq