Skip to content
Discussion options

You must be logged in to vote

In the end I fixed it by pointing quarto to the python installed by Conda.jl in Julia, not the homebrew version. At first I did this by setting my PATH, but somehow when run in VSCode it was setting the QUARTO_PYTHON environment variable to still point to the homebrew version! Very annoying and its unclear whether it was the VSCode extension or something else setting the variable.

Solution: In my .zprofile I added a line export QUARTO_PYTHON=${HOME}/.julia/conda/3/aarch64/bin/python3. This now finds the right Jupyter.

Replies: 2 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
15 replies
@mcanouil
Comment options

@cscheid
Comment options

@dlfivefifty
Comment options

@dlfivefifty
Comment options

@cscheid
Comment options

Answer selected by dlfivefifty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants