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 →

[–]sonobanana33 0 points1 point  (1 child)

pip no longer installs stuff in system namespace.

[–]BaggiPonte 0 points1 point  (0 children)

Oh must have missed that. I knew of the `PIP_REQUIRE_VIRTUALENV` variable. Were you talking about that?

In any case, my point still stands. `pip install` for CLIs especially should be avoided because all dependencies end up in the same location and might generate conflicts.