[Errno 111] Connection refused and cannot be installed.
Temporarily disable your own repository server
//Try to introduce pip
$ easy_install-2.7 pip
Searching for pip
Reading http://10.70.0.2:8080/simple/pip/
Download error on http://10.70.0.2:8080/simple/pip/: [Errno 111] Connection refused -- Some packages may not be found!
:
//Disable your own repository server
$ vi ~/.pydistutils.cfg
#[easy_install]
#index_url = http://10.70.0.2:8080/simple/
//again. Go get officially
$ easy_install-2.7 pip
Searching for pip
Reading https://pypi.python.org/simple/pip/
Best match: pip 7.0.1
Downloading https://pypi.python.org/packages/source/p/pip/pip-7.0.1.tar.gz#md5=5627bb807cf3d898a2eba276685537aaProcessing pip-7.0.1.tar.gz
:
Finished processing dependencies for pip
Recommended Posts