[Errno 111] La connexion a été refusée et ne peut pas être installée.
Désactivez temporairement votre propre serveur de référentiel
//Tentative d'introduction de 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!
:
//Désactivez votre propre serveur de référentiel
$ vi ~/.pydistutils.cfg
#[easy_install]
#index_url = http://10.70.0.2:8080/simple/
//encore. Allez obtenir officiellement
$ 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