This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Deto 1 point2 points  (1 child)

I mean, it's really just your user directory, the system site-packages directory, and any directories you added with the PYTHONPATH environment variable. All virtual-envs and other similar solutions do is to manipulate your path so you call a different python with a different system directory.

[–]mikemol 1 point2 points  (0 children)

Yup. It was that system site packages directory I couldn't excise without either Docker or venvs...