Skip to content

Commit b5c8797

Browse files
committed
Add QUARTO_TEXLIVE_BINPATH to env var doc
1 parent fa67525 commit b5c8797

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

docs/advanced/environment-vars.qmd

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,23 @@ quarto render
1515

1616
You can read about other ways to set environment variables in Quarto Projects in [Environment Variables](/docs/projects/environment.qmd).
1717

18-
+------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+
19-
| Variable | Description |
20-
+==============================+================================================================================================================================================+
21-
| `QUARTO_R` | Explicit path to the version of `Rscript` to be used by the `knitr` engine and `quarto run *.R` command. |
22-
+------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+
23-
| `QUARTO_PYTHON` | Explicit path to the version of `python` to be used by the `jupyter` engine and `quarto run *.py` command. |
24-
+------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+
25-
| `QUARTO_VERSION_REQUIREMENT` | A [`semver`](https://semver.org/) string describing the Quarto version requested by the environment. If this check fails, Quarto will not run. |
26-
+------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+
27-
| QUARTO_KNITR_RSCRIPT_ARGS | Comma separated list of command line argument to pass to `Rscript` started by Quarto when rendering with `knitr` engine, e.g. |
28-
| | |
29-
| | ``` |
30-
| | QUARTO_KNITR_RSCRIPT_ARGS="--no-init-file,--max-connections=258" |
31-
| | ``` |
32-
+------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+
18+
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
19+
| Variable | Description |
20+
+==============================+==================================================================================================================================================================================================+
21+
| `QUARTO_R` | Explicit path to the version of `Rscript` to be used by the `knitr` engine and `quarto run *.R` command. |
22+
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
23+
| `QUARTO_PYTHON` | Explicit path to the version of `python` to be used by the `jupyter` engine and `quarto run *.py` command. |
24+
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
25+
| `QUARTO_VERSION_REQUIREMENT` | A [`semver`](https://semver.org/) string describing the Quarto version requested by the environment. If this check fails, Quarto will not run. |
26+
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
27+
| `QUARTO_KNITR_RSCRIPT_ARGS` | Comma separated list of command line argument to pass to `Rscript` started by Quarto when rendering with `knitr` engine, e.g. |
28+
| | |
29+
| | ``` |
30+
| | QUARTO_KNITR_RSCRIPT_ARGS="--no-init-file,--max-connections=258" |
31+
| | ``` |
32+
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
33+
| `QUARTO_TEXLIVE_BINPATH` | Explicit path to the TeX Live binaries to be passed to `tlmgr option sys_bin` used when setting `tlmgr` and related to `PATH` using `tlmgr add path` . By default, Quarto looks in known places. |
34+
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3335

3436
## Variables Quarto sets
3537

0 commit comments

Comments
 (0)