[Distutils] cached index url

Xavier Fernandez xav.fernandez at gmail.com
Fri Dec 18 07:59:21 EST 2015


Hello,

python -c "from pip.baseparser import
ConfigOptionParser;print(ConfigOptionParser(name='fooooo').get_config_files())"

could help you.

Tested on version 7.1.2.

Regards,
Xavier

On Fri, Dec 18, 2015 at 10:09 AM, Carlos Barera <carlos.barera at gmail.com>
wrote:

> Hi,
>
> In the past I installed devpi locally on my laptop to serve as a local
> mirror of pypi and for testing of  the distribution and install of packages.
>
> I stopped using it.
> But now, seems like the index url of my local devpi server is still cached
> somewhere.
> I thought that the index url should be found in pip.conf but I don't seem
> to have any pip.conf anywhere on my Mac.
>
> However, running python setup.py install fails as it's still trying to
> access my old devpi server for some reason.
>
> Questions:
> 1. I guess it must be cached some place else. Any idea where?
> 2. Why don't I have any pip.conf on my Mac
>
>
> Regards,
> Carlos
>
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG at python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20151218/65f8e1f5/attachment.html>


More information about the Distutils-SIG mailing list