Created
January 31, 2014 20:46
-
-
Save bradsokol/8742791 to your computer and use it in GitHub Desktop.
Access local PyPI servers without extra command line args
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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