@@ -15,21 +15,23 @@ quarto render
1515
1616You can read about other ways to set environment variables in Quarto Projects in [ Environment Variables] ( /docs/projects/environment.qmd ) .
1717
18- +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+
19- | Variable | Description |
20- +==============================+================================================================================================================================================+
21- | ` QUARTO_R ` | Explicit path to the version of ` Rscript ` to be used by the ` knitr ` engine and ` quarto run *.R ` command. |
22- +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+
23- | ` QUARTO_PYTHON ` | Explicit path to the version of ` python ` to be used by the ` jupyter ` engine and ` quarto run *.py ` command. |
24- +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+
25- | ` 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. |
26- +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+
27- | 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. |
28- | | |
29- | | ``` |
30- | | QUARTO_KNITR_RSCRIPT_ARGS="--no-init-file,--max-connections=258" |
31- | | ``` |
32- +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+
18+ +------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
19+ | Variable | Description |
20+ +==============================+==================================================================================================================================================================================================+
21+ | ` QUARTO_R ` | Explicit path to the version of ` Rscript ` to be used by the ` knitr ` engine and ` quarto run *.R ` command. |
22+ +------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
23+ | ` QUARTO_PYTHON ` | Explicit path to the version of ` python ` to be used by the ` jupyter ` engine and ` quarto run *.py ` command. |
24+ +------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
25+ | ` 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. |
26+ +------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
27+ | ` 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. |
28+ | | |
29+ | | ``` |
30+ | | QUARTO_KNITR_RSCRIPT_ARGS="--no-init-file,--max-connections=258" |
31+ | | ``` |
32+ +------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
33+ | ` QUARTO_TEXLIVE_BINPATH ` | Explicit path to the TeX Live binaries to be passed to ` tlmgr option sys_bin ` used when setting ` tlmgr ` and related to ` PATH ` using ` tlmgr add path ` . By default, Quarto looks in known places. |
34+ +------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3335
3436## Variables Quarto sets
3537
0 commit comments