6 ms·
> due to `pip install --extra-index-url` apparently ignoring the user-specified registry if the package exists on PyPI I thought this was the expected behavior
by Triesault 3y ago
> due to `pip install --extra-index-url` apparently ignoring the user-specified registry if the package exists on PyPI
I thought this was the expected behavior of --extra-index-url
To force pip to use a user-specified registry, you would use --index-url instead of --extra-index-url