From e9826fe774a7779cce899fb60d5db87ea04a78f9 Mon Sep 17 00:00:00 2001 From: Carlos Scheidegger <285675+cscheid@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:23:39 -0500 Subject: [PATCH] Update environment-vars.qmd for `QUARTO_JULIA` (cherry picked from commit 283c59e81c09b83c1ad88cf355d2b00bbee43bbd) --- docs/advanced/environment-vars.qmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/advanced/environment-vars.qmd b/docs/advanced/environment-vars.qmd index 6d9c1af4c6..c10262dc49 100644 --- a/docs/advanced/environment-vars.qmd +++ b/docs/advanced/environment-vars.qmd @@ -22,6 +22,8 @@ You can read about other ways to set environment variables in Quarto Projects in +------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | `QUARTO_PYTHON` | Explicit path to the version of `python` to be used by the `jupyter` engine and `quarto run *.py` command. | +------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| `QUARTO_JULIA` | Explicit path to the version of `julia` to be used by the `julia` engine. | ++------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | `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. | +------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | `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. |