Skip to content

Commit 6026846

Browse files
committed
add docs to cross ref interpreter_args and env var
1 parent c02f3d8 commit 6026846

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/environment-variables.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ in the command executed being;
2020
python /path/to/debugger.py --port 12345 --file /path/to/file.py
2121
```
2222

23+
:::{seealso}
24+
The {bzl:obj}`interpreter_args` attribute.
25+
:::
26+
2327
:::{versionadded} VERSION_NEXT_FEATURE
2428

2529
::::

python/private/py_executable.bzl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ CPython, see https://docs.python.org/3/using/cmdline.html.
9898
Only supported for {obj}`--bootstrap_impl=script`. Ignored otherwise.
9999
:::
100100
101+
:::{seealso}
102+
The {obj}`RULES_PYTHON_ADDITIONAL_INTERPRETER_ARGS` environment variable
103+
:::
104+
101105
:::{versionadded} VERSION_NEXT_FEATURE
102106
:::
103107
""",

0 commit comments

Comments
 (0)