Skip to content

Instantly share code, notes, and snippets.

@bryanveloso
Forked from jezdez/pip.conf
Created March 10, 2010 21:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bryanveloso/328409 to your computer and use it in GitHub Desktop.
Save bryanveloso/328409 to your computer and use it in GitHub Desktop.
Sample pip configuration file.
[global]
default-timeout = 60
respect-virtualenv = true
download-cache = /tmp
log-file = /tmp/pip-log.txt
[install]
find-links =
http://pypi.pinaxproject.com
http://pypi2.pinaxproject.com
@prabhatkgupta
Copy link

Thanks @bryanveloso , this helps a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment