Table of Content

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' under directory 'docs'
warning: no previously-included files matching '*.rst' found under directory 'docs\_build'
no previously-included directories found matching 'docs\_build\_sources'
Installing collected packages: pip
Found existing installation: pip 1.1
Uninstalling pip:
Successfully uninstalled pip
Running setup.py install for pip

warning: no files found matching '*.html' under directory 'docs'
warning: no previously-included files matching '*.rst' found under directory 'docs\_build'
no previously-included directories found matching 'docs\_build\_sources'
Installing pip-script.py script to c:\kivy\Python\Scripts
Installing pip.exe script to c:\kivy\Python\Scripts
Installing pip.exe.manifest script to c:\kivy\Python\Scripts
Installing pip-2.7-script.py script to c:\kivy\Python\Scripts
Installing pip-2.7.exe script to c:\kivy\Python\Scripts
Installing pip-2.7.exe.manifest script to c:\kivy\Python\Scripts
Exception:
Traceback (most recent call last):
File "c:\kivy\Python\lib\site-packages\pip-1.1-py2.7.egg\pip\basecommand.py", line 104, in main
File "c:\kivy\Python\lib\site-packages\pip-1.1-py2.7.egg\pip\commands\install.py", line 250, in run
File "c:\kivy\Python\lib\site-packages\pip-1.1-py2.7.egg\pip\req.py", line 1141, in install
File "c:\kivy\Python\lib\site-packages\pip-1.1-py2.7.egg\pip\req.py", line 498, in commit_uninstall
File "c:\kivy\Python\lib\site-packages\pip-1.1-py2.7.egg\pip\req.py", line 1455, in commit
File "c:\kivy\Python\lib\site-packages\pip-1.1-py2.7.egg\pip\util.py", line 29, in rmtree
File "c:\kivy\Python\lib\shutil.py", line 245, in rmtree
rmtree(fullname, ignore_errors, onerror)
File "c:\kivy\Python\lib\shutil.py", line 245, in rmtree
rmtree(fullname, ignore_errors, onerror)
File "c:\kivy\Python\lib\shutil.py", line 245, in rmtree
rmtree(fullname, ignore_errors, onerror)
File "c:\kivy\Python\lib\shutil.py", line 245, in rmtree
rmtree(fullname, ignore_errors, onerror)
File "c:\kivy\Python\lib\shutil.py", line 250, in rmtree
onerror(os.remove, fullname, sys.exc_info())
File "c:\kivy\Python\lib\site-packages\pip-1.1-py2.7.egg\pip\util.py", line 48, in rmtree_errorhandler
WindowsError: [Error 5] Access is denied: 'c:\\users\\\\appdata\\local\\temp\\pip-bf17bh-uninstall\\kivy\\python\\scripts\\pip.exe'

Storing complete log in C:\Users\>user>\AppData\Roaming\pip\pip.log

$ pip --version
pip 1.4.1 from c:\kivy\python\lib\site-packages (python 2.7)