We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b43ecc commit f814d32Copy full SHA for f814d32
docs/_includes/py_console_script_binary.md
@@ -60,7 +60,7 @@ load("@rules_python//python/entry_points:py_console_script_binary.bzl", "py_cons
60
py_console_script_binary(
61
name = "black",
62
pkg = "@pip//black",
63
- interpreter = "/usr/bin/env python3",
+ shebang = "#!/usr/bin/env python3",
64
)
65
```
66
0 commit comments