Skip to content

Instantly share code, notes, and snippets.

@acdha
Forked from jezdez/pip.conf
Created March 16, 2010 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acdha/334254 to your computer and use it in GitHub Desktop.
Save acdha/334254 to your computer and use it in GitHub Desktop.
Fork of jezdez' pip.conf with PyPI mirrors and enforced virtualenv use
[global]
default-timeout = 60
require-virtualenv = true
download-cache = /tmp
log-file = /tmp/pip-log.txt
[install]
find-links =
http://pypi.python.org
http://pypi.pinaxproject.com
http://pypi2.pinaxproject.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment