Skip to content

Instantly share code, notes, and snippets.

@bradsokol
Created January 31, 2014 20:46
Show Gist options
  • Save bradsokol/8742791 to your computer and use it in GitHub Desktop.
Save bradsokol/8742791 to your computer and use it in GitHub Desktop.
Access local PyPI servers without extra command line args
# Put this in ~/.pip/
[global]
index-url = http://ops-build2.points.com:8000/pypi/
extra-index-url=http://pypi.points.com/simple
extra-index-url=http://pypi.python.org/simple/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment