Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Environment variables #1

Open
coatless opened this issue Nov 30, 2024 · 0 comments
Open

Environment variables #1

coatless opened this issue Nov 30, 2024 · 0 comments

Comments

@coatless
Copy link
Contributor

Need to sit through and verify:

https://grep.app/search?q=%28%3F%3Aexport%20%7Cset%20%7C%5C%24%5C%7B%7C%5C%24%7CDeno%5C.env%5C.get%5C%28%5C%22%3F%29QUARTO_%5BA-Z0-9_%5D%2A&regexp=true&filter[repo][0]=quarto-dev/quarto-cli

Many seem to be only set on bundle and are not included with the distribution.

Some thoughts on Quarto

Variable Description
Quarto Environment Variables
QUARTO_DENO_PATH Specifies the path to the Deno executable
QUARTO_PYTHON Specifies the path to the Python executable
QUARTO_R Specifies the path to the R executable
QUARTO_JULIA Specifies the path to the Julia executable
QUARTO_DART Specifies the path to the Dart executable
QUARTO_CHROMIUM_PATH Specifies the path to Chromium for HTML rendering
QUARTO_CONDA_ENV Specifies the Conda environment to use
QUARTO_LOG_LEVEL Controls logging verbosity (info, warning, error)
QUARTO_RENDER_TOKEN Authentication token for Quarto Pub rendering
QUARTO_PRINT_STACK Controls whether to print stack along with error messages (true/false)
QUARTO_PROJECT_DIR Specifies the root directory for project-relative paths
Variable Description
Pandoc Environment Variables
PANDOC_VERSION Sets the version of pandoc to emulate

See if these are set system-wide?

Variable Description
LANG Sets locale for messages and number formatting
LC_ALL Overrides all locale settings
COLUMNS Sets text width for wrapping in some output formats
TMP Directory for temporary files
TEMP Alternative directory for temporary files
PATH Directories to search for required external programs
HOME User's home directory (for finding default data directory)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant