Skip to content

Instantly share code, notes, and snippets.

@xen
Created May 5, 2015 15:36
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 xen/25b09f72f42a642b1df9 to your computer and use it in GitHub Desktop.
Save xen/25b09f72f42a642b1df9 to your computer and use it in GitHub Desktop.
pip
# cat ~/.pip/pip.conf
[global]
default-timeout = 60
respect-virtualenv = true
#download-cache = /home/xen/.pip/cache
log-file = /home/xen/.pip/pip.log
use-wheel = yes
find-links = /home/xen/.pip/wheels
[wheel]
wheel-dir = /home/xen/.pip/wheels
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment