cool-easter-32542
09/18/2023, 7:43 AM(venv) [me@myhost glances]$ pip install -r requirements_glances.txt
However when I attempt an equivalent syntax with Pex I get the following:
(venv) [me@myhost glances]$ pex -r requirements_glances.txt -o glances.pex
Could not satisfy all requirements for glances:
glances
It looks like Pex doesn't honor my site config (in ~/.pip/pip.conf) - is there any way to explicitly change the index that Pex uses when resolving requirements?
pantsbuild/pexcool-easter-32542
09/18/2023, 7:43 AM