pypa/pipx

Feature: have a configuration file for e.g. `--pip-args`

Finkregh opened this issue · 1 comments

How would this feature be useful?

When using custom repositories I would not have to specify them for each install/update, see also #1441

Describe the solution you'd like

Have a config file where I can specify "global" options.

Describe alternatives you've considered

If #1441 is solved this becomes less of an issue, tough not having to specify PIP_ envvars or --pip-args would still be a benefit.

pipx already reads pip's configuration.. doesn't that work for you?