pip
Python package installer config — pip.conf.
How to use it
- Save the generated file as ~/.config/pip/pip.conf (Linux) or ~/Library/Application Support/pip/pip.conf (macOS).
- Check what pip sees with
pip config list. - Project/venv config can override this in $VIRTUAL_ENV/pip.conf.