`/usr/local/bin/jpm` begins with this: ``` #!/usr/local/bin/janet #!/usr/bin/env janet ``` which is obviously nonsense, and prevents JPM from running, since my Janet is at `/usr/bin/janet`. Deleting the first shebang line fixes the issue.