Is there a way to find which url(s) my pip command will look for when running something like pip install <package>
?
You can configure files like .pip/pip.conf
and .pypirc
to modify that default but I'd like to know if there is a way to know the mirror priority.
Can I look for something specific running a command with the verbose flag (-v
)?