-
DescriptionIs there a recommended way to install Jupyter and Jupyter Cache on an OS that implements PEP 668 (externally-managed-environment) for usage with Quarto? I am using a Debian 12 docker container for building quarto documents, however the OS now prevents you from doing a global
Running
So, despite being on the PATH it is not being picked up. I realize that I could use venv, but I don't actually use Python for my documents, so I don't want to have to carry a .venv for each project. Thanks.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
If you are not using Jupyter, are you using knitr? |
Beta Was this translation helpful? Give feedback.
-
Being that this is a docker container, I guess I don't really need to worry about messing with the global python setup. So, I am just going to set |
Beta Was this translation helpful? Give feedback.
Being that this is a docker container, I guess I don't really need to worry about messing with the global python setup. So, I am just going to set
ENV PIP_BREAK_SYSTEM_PACKAGES=1
(details)