Upgrade pip from 1.1 to 1.4

pip 1.1 doesn’t have pip list/show, this is log for 1.4 upgrade. $ cd Python/Scripts/ $ pip –version pip 1.1 from c:\kivy\python\lib\site-packages\pip-1.1-py2.7.egg (python 2.7) $ pip install –upgrade pip Downloading/unpacking pip from https://pypi.python.org/packages/source/p/pip/pip-1.4.1.tar.gz#md5=6afbb46aeb48abac658d4df742bff714 Downloading pip-1.4.1.tar.gz (445Kb): 445Kb downloaded Running setup.py egg_info for package pip warning: no files found matching ‘*.html’ …

Python pip installation on windows

1) setup proxy in IE otherwise cannot access to Internet to get package during installation 2) install setuptools 32 bits using .exe installer, used to download, build, install, upgrade, and uninstall Python packages easily https://pypi.python.org/pypi/setuptools/0.6c11#windows 3) download get-pip.py https://raw.github.com/pypa/pip/master/contrib/get-pip.py 4) install pip C:> python c:\\get-pip.py Downloading/unpacking pip Downloading pip-1.4.1.tar.gz (445kB): …