Dear pip/virtualenv users, I'm creating virtualenvs on CentOS 6 servers using ansible. In order to ensure that these virtualenvs are consistent, I'm creating /etc/pip.conf on each server, to provide some defaults for pip. In the [install] section of my pip.conf, I have:
find-links = https://my.server/ no-index = yes This ensures that all the modules I install come from only my server. However, if I want to override this for a specific virtualenv, I thought I would be able to run pip with the option "-i https://pypi.python.org/simple" and get a module directly from PyPi. However, it seems pip is ignoring this. I'm using the latest version of pip 9.0.1. Am I doing something wrong, or does this look like a bug? Regards, Anand -- You received this message because you are subscribed to the Google Groups "virtualenv" group. To unsubscribe from this group and stop receiving emails from it, send an email to python-virtualenv+unsubscr...@googlegroups.com. To post to this group, send email to python-virtualenv@googlegroups.com. Visit this group at https://groups.google.com/group/python-virtualenv. For more options, visit https://groups.google.com/d/optout.