Skip to content

Commit db48d73

Browse files
authored
Merge pull request #1532 from quarto-dev/sync-1529-to-prerelease
2 parents 75ddeae + e9826fe commit db48d73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/advanced/environment-vars.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ You can read about other ways to set environment variables in Quarto Projects in
2222
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2323
| `QUARTO_PYTHON` | Explicit path to the version of `python` to be used by the `jupyter` engine and `quarto run *.py` command. |
2424
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
25+
| `QUARTO_JULIA` | Explicit path to the version of `julia` to be used by the `julia` engine. |
26+
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2527
| `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. |
2628
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2729
| `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. |

0 commit comments

Comments
 (0)