pip

Python package installer config — pip.conf.

pip.conf
 

How to use it

  1. Save the generated file as ~/.config/pip/pip.conf (Linux) or ~/Library/Application Support/pip/pip.conf (macOS).
  2. Check what pip sees with pip config list.
  3. Project/venv config can override this in $VIRTUAL_ENV/pip.conf.