Skip to content

Instantly share code, notes, and snippets.

@jacobb
Created February 24, 2012 21:24
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 jacobb/1903837 to your computer and use it in GitHub Desktop.
Save jacobb/1903837 to your computer and use it in GitHub Desktop.
# ~/.pypirc
find_links = http://localhost/pypi/
# ~/.pip/pip.conf
index-url = http://localhost/pypi/simple/
extra-index-url = http://pypi.python.org/simple/
[install]
use-mirrors = true
mirrors =
http://pypi.python.org/simple/
http://b.pypi.python.org/simple/
# enable if you'd like to cache files locally.
# download-cache = ~/.pip_cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment