Der übliche Befehl funktioniert nicht:
Code: Select all
$ sudo pip uninstall matplotlib
Can't uninstall 'matplotlib'. No files were found to uninstall.
Zusätzliche Informationen:
Code: Select all
~$ pip matplotlib --version
ERROR: unknown command "matplotlib"
me@me:~$ pip show matplotlib
---
Name: matplotlib
Version: 1.4.0
Location: /usr/local/lib/python2.7/dist-packages
Requires: numpy, six, python-dateutil, pyparsing, nose, mock, nose, mock
$ pip --version
pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7)