TIL: In Python PIP_REQUIRE_VIRTUALENV disables pip outside of a virtualenv

How to stop pip from running outside of a virtual environment and messing up your dependencies? Read more

Similar