Updating pip
with ʻeasy_install` solves this.
Python-pip that can be entered with yum on CentOS 6 has a problem that search via Proxy does not pass.
First, install the python-pip package normally. At this time, python-setuptools is introduced as a dependent package
Introducing pip
yum install -y python-pip
Use ʻeasy_install to update
pip`.
pip update
HTTP_PROXY=http://user:[email protected]:port HTTPS_PROXY=$HTTP_PROXY easy_install --upgrade pip
I will try to search
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.
Win with this
Recommended Posts