Prevent global `pip install`

PIP_REQUIRE_VIRTUALENV=truein your .zshrc (or env variables)

prevents you from pip installing globally

so that you only run pip install in a venv

Only use pipx for global installs