Skip to content
Discussion options

You must be logged in to vote

Possibly address in the future with:

In the meantime, there is an easy workaround/solution which is to not run Quarto inside the non writable environment:

cp -r my-quarto-project /tmp
quarto render /tmp/my-quarto-project

Note that the issue would be the same with Pandoc, rmarkdown, etc.
Executing something in a non-writable space is rarely working ok.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mcanouil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants