command-exists icon indicating copy to clipboard operation
command-exists copied to clipboard

is it supposed to work on WLS2 ubuntu ?

Open kiranpatel11 opened this issue 3 years ago • 1 comments

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 ?

kiranpatel11 avatar Feb 21 '22 11:02 kiranpatel11

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 ?

rbbl-dev avatar Mar 30 '22 20:03 rbbl-dev