Skip to content

Commit

Permalink
Update environment-vars.qmd for QUARTO_JULIA
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid authored Jan 9, 2025
1 parent f58e2f3 commit 283c59e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/advanced/environment-vars.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 283c59e

Please sign in to comment.