Is there a way to find the path to the pandoc executable that quarto uses? #10540
-
DescriptionMe again. Is there a way to get quarto to report the path to the pandoc executable it is using? Something like The background is that I need to detect if RMarkdown can run from terminal on multiple different OSes and since RMarkdown relies on RStudio setting a PATH variable on startup to locate pandoc, I'm currently telling RMarkdown where pandoc is manually via the echo "cat(dirname(paste(rmarkdown::pandoc_exec())))" > tmp-quarto-pandoc.R
quarto run tmp-quarto-pandoc.R |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't think we have a clean way to do it, but |
Beta Was this translation helpful? Give feedback.
I don't think we have a clean way to do it, but
quarto check
could provide that. Can you create an issue? Thanks.