![]() |
|
Just another Perl shrine | |
PerlMonks |
Can't exec "command": No such file or directory errorby nysus (Parson) |
on Dec 14, 2022 at 21:50 UTC ( #11148867=perlquestion: print w/replies, xml ) | Need Help?? |
nysus has asked for the wisdom of the Perl Monks concerning the following question: On macos running 5.36 with zsh, this works:
It lists the tasks in Taskwarrior. However, the same code on a docker container running also running zsh and 5.36 throws this at me:
zsh version on alpine is 5.9 (x86_64-alpine-linux-musl). macos is zsh 5.8.1 (x86_64-apple-darwin22.0). which command reports: "command: shell built-in command" on both mac and on docker alpine. Any ideas what the problem might be?
$PM = "Perl Monk's";
Back to
Seekers of Perl Wisdom
|
|