Created
March 21, 2014 06:06
-
-
Save zilongshanren/9680474 to your computer and use it in GitHub Desktop.
install flake8 on macos
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
pip install flake8 | |
报错: | |
SSLError: The read operation timed out | |
解决方案: | |
https://github.com/pypa/pip/issues/829 | |
http://stackoverflow.com/questions/9847470/pip-search-django-produces-time-out-error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment