Skip to content

Commit 32d80a0

Browse files
committed
describe QUARTO_R, QUARTO_PYTHON, QUARTO_VERSION_REQUIREMENT
1 parent dcc363c commit 32d80a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/advanced/environment-vars.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ You can read about other ways to set environment variables in Quarto Projects in
1818

1919
| Variable | Description |
2020
|-----------------|-------------|
21-
| `QUARTO_R` | |
22-
| `QUARTO_PYTHON` | |
23-
| | |
21+
| `QUARTO_R` | Explicit path to the version of `Rscript` to be used by the `knitr` engine and `quarto run *.R` command. |
22+
| `QUARTO_PYTHON` | Explicit path to the version of `python` to be used by the `jupyter` engine and `quarto run *.py` command. |
23+
| `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. |
2424

2525
## Variables Quarto sets
2626

0 commit comments

Comments
 (0)