You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/environment-vars.qmd
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ You can read about other ways to set environment variables in Quarto Projects in
18
18
19
19
| Variable | Description |
20
20
|-----------------|-------------|
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.|
0 commit comments