You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: