seems freebsd at least has it too https://man.freebsd.org/cgi/man.cgi?env
6 comments
this lets you use guix shell as a shebang line, e.g. #!/usr/bin/env -S guix shell python -- python3 @wingo Interesting it isn’t in posix: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/env.html Seems like it should get added, I can’t thing of a reasonable workaround. @josephholsten @wingo |
@wingo and there's no /bin/env to get it confused with