52
Yes, you should use a Python venv in a container like docker
(www.bitecode.dev)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
So the problem here is that you can inject code into a system python process because they run with the user's python install location on their path.
They've fixed the wrong "root cause".