Created
November 1, 2017 03:12
-
-
Save userid/0a5c94f2d45ad4b5de9c8d716975622f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| grep pypi.python.org /usr/share/pyshared/pip -r | |
| /usr/share/pyshared/pip/index.py:DEFAULT_MIRROR_URL = "last.pypi.python.org" | |
| /usr/share/pyshared/pip/index.py: ['a.pypi.python.org', 'b.pypi.python.org', 'c.pypi.python.org', | |
| /usr/share/pyshared/pip/index.py: 'd.pypi.python.org'] | |
| /usr/share/pyshared/pip/commands/install.py: default='http://pypi.python.org/simple/', | |
| /usr/share/pyshared/pip/commands/search.py: default='http://pypi.python.org/pypi', |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment