La mise à jour de pip
avec ʻeasy_install` résout ce problème.
Dans CentOS 6, python-pip qui peut être entré avec yum a un problème que la recherche via Proxy ne passe pas.
Tout d'abord, installez normalement le package python-pip. À ce stade, python-setuptools est introduit en tant que package dépendant.
PIP introduit
yum install -y python-pip
Utilisez ʻeasy_install pour mettre à jour
pip`.
mise à jour pip
HTTP_PROXY=http://user:[email protected]:port HTTPS_PROXY=$HTTP_PROXY easy_install --upgrade pip
Je vais essayer de chercher
pip search Tinkerer --proxy http://user:[email protected]:port
Tinkerer - Sphinx-based blogging engine
sphinxjp.themes.tinkerturquoise - Two column blogging theme tool for Tinkerer, based on turquoise color.
sphinxjp.themes.tinkerbelizehole - A single column blogging theme tool for Tinkerer, based on belizehole color.
Tinkerer-Localpost - Localhost your Tinkerer blog
rutherford - Atom feed for Tinkerer
sphinxjp.themes.tinkerbelizeholesidebar - A two column blogging theme tool for Tinkerer, based on belizehole color.
sphinxjp.themes.tinkerpress - A tinkerer theme like some famous blogging tool.
sphinxjp.themes.tinkeralizarin - A single column blogging theme tool for Tinkerer, based on alizarin color.
Twinkerer - tinkerer small extension to use twitter api.
Gagnez avec ça
Recommended Posts