command-exists
command-exists copied to clipboard
is it supposed to work on WLS2 ubuntu ?
I have cookiecutter
installed on Windows 11, WSL2, ubuntu distro. Also have it in the $PATH.
However commandExists('cookiecutter')
check does not return true, but thows error.
Is it supposed to work for the env mentioned ?
it's definitely not tested regularly against wsl.
just ran the tests in wsl and only one test case breaks because there are too much permissions on the file, which is kinda expected when accessing files in the windows file system from linux.
maybe you also fell pray to #35 ?