-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Could you provide more information on your configuration, such as OS, IDE, etc.? |
Beta Was this translation helpful? Give feedback.
-
Could you run in the same context/environment/path, the following two commands and give the exact output? $env:QUARTO_PYTHON
quarto check jupyter |
Beta Was this translation helpful? Give feedback.
-
The problem was that in one of my Path directories I had another Python executable. So you need to check carefully everything you have in Path, I didn't do that. Hope this will be useful for someone. |
Beta Was this translation helpful? Give feedback.
The problem was that in one of my Path directories I had another Python executable. So you need to check carefully everything you have in Path, I didn't do that. Hope this will be useful for someone.