All Questions
1 question
8
votes
2
answers
25k
views
/usr/bin/env: zsh -: No such file or directory [duplicate]
I get the error
/usr/bin/env: zsh -: No such file or directory
...when I run an executable zsh script that starts with the following shebang line:
#!/usr/bin/env zsh -
Also, FWIW, replacing - with --...