Skip to content

Instantly share code, notes, and snippets.

@fxdgear
Forked from jezdez/pip.conf
Created September 9, 2011 18:36
Show Gist options
  • Save fxdgear/1206973 to your computer and use it in GitHub Desktop.
Save fxdgear/1206973 to your computer and use it in GitHub Desktop.
My ~/.pip/pip.conf. More information here: http://pip.openplans.org/configuration.html
[global]
default-timeout = 60
respect-virtualenv = true
download-cache = ~/.pip/cache
log-file = ~/.pip/pip.log
build = ~/.pip/build
[install]
use-mirrors = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment