@simon That is one of the benefits of running in a self-contained dev container.

You can be sure that your system (global installs, env vars, etc) don't interfere with the dev environment.

I always wondered if there is an iteration on python's venv concept where the venv would also restrict filesystem paths, env vars, and more.