"pip search" does not return packages of other repositories than the default one #4782
Labels
auto-locked
Outdated issues that have been locked by automation
type: enhancement
Improvements to functionality
Description:
I configured a local pypi repository in /etc/pip.conf using the key "extra-index-url". Installing packages work, I get the packages installed from the local repository if no default ones are found. What I don't get are search results: If I search for packages only pypi.python.org is searched.
As it turns out "index" is honored, not "extra-index-url". Not even "index-url" though the pip help page tells otherwise. It would make sense to have a consistent approach here that works across all commands. It would make sense to have clear way of configuring which servers are queried for packages in a clearly defined order, regardless of what action a user chooses, search or installation, as both actions are closely related.
What I've run:
The text was updated successfully, but these errors were encountered: