-
DescriptionHi all, I'm trying to build my own Docker image for Quarto and it's work until now. What I'm trying now is to put a But now, when I try to convert a .qmd file, Quarto is displaying an error telling he didn't retrieve the extension. Ok, so far, I've understood that Is there any way to override the location and make it global? The code below didn't work... filters:
- /_extensions/quarto-ext/include-code-files Can we f.i. set a global environment variable like Many thanks!!!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Extensions are not installed globally. They are on a per project basis. |
Beta Was this translation helpful? Give feedback.
Extensions are not installed globally. They are on a per project basis.
quarto add
will install the extension in the current directory.If you don't want that then, install the extension in the proper directory or use hard link for UNIX-based Docker image.