I recently installed Julia, and now documents won't render because packages are missing. I ran quarto check jupyter
in the in-built Terminal in RStudio, and it leads to .julia/conda/3/bin/python3
, so that's the problem. I've been able to change it for a specific project with a QUARTO_PYTHON
environment variable, but I was hoping to do it for everything. The documentation says that Quarto checks which version of Python is on PATH, but I can't figure that out -- running which jupyter
in the Terminal shows the version of Python I expect. (And quarto check jupyter
in the Terminal shows the same version as which python
. This seems to be a Quarto issue -- the Python version in Project/Global Options is also what I expect.
I'm on Mac Monterey, if that makes a difference.