cool-easter-32542
09/18/2023, 7:43 AM--index-url into bdist_pex
python setup.py bdist_pex .. --index-url=<http://criteo/repository/pypi/simple>
and also via a custom fetcher when using pex via the Python API.
Using custom configs is currently forbidden because vendored pip runs in isolated mode
It would be nice be able to use pip.conf now as it would remove the need to add the custom server into the code (we already have pip.conf file set up on all our platforms)
Could we introduce an additional flag here? Something like "--no-pip-isolated" for example.
pantsbuild/pexcool-easter-32542
09/18/2023, 7:43 AM