watchman-make returns with error on macos because is unable to resolve the `#!python` shebang. Potential solution: replace the `#!python` shebang with `#!/usr/bin/env python` to make it portable