Skip to content
Discussion options

You must be logged in to vote

Can you run quarto check jupyter in the same environment you are using quarto render ?

This should tell you which Python version is seen and used.

Doc about selection is here : https://quarto.org/docs/computations/python.html#installation.
From this doc:

Quarto will select a version of Python using the Python Launcher on Windows or system PATH on MacOS and Linux.

So your python found in PATH should be used ? What is on your PATH ? What does which python3 returns ?
Using any tooling that put Python on PATH for a project would work with Quarto I believe.

You can override the version of Python used by Quarto by setting the QUARTO_PYTHON environment variable.

You can always use this envir…

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@kellertuer
Comment options

Answer selected by kellertuer
Comment options

You must be logged in to vote
6 replies
@delapazruiz
Comment options

@mcanouil
Comment options

@delapazruiz
Comment options

@mcanouil
Comment options

@delapazruiz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
python-setup Issues with Python's environment and setup
5 participants