You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When `--use-pip-config` is specified, both `PIP_*` env vars and Pip
configuration files will be read by the Pip Pex delegates to.
Fixespex-tool#336Fixespex-tool#838
We have our own internal PyPi server and therefore need to do pip resolution with this server.
Before what we were doing is to inject a custom
--index-url
into bdist_pexand 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.
The text was updated successfully, but these errors were encountered: