To prevent supply chain hacks in enterprise computing, this should be on by default
export PIP_ONLY_BINARY=:all:
You should have to write some clunky code to circumvent it. It prevents executing http://setup.py & instead only unpacks the wheel file
nb
PIP_ONLY_BINARY is a pipenv/poetry thing.
pip requires the switch `--only-binary=:all:`, I don't see a way to globally enforce it (yet)
#Python♡ 0 ↻ 0