osx - How to uninstall matplotlib from OS X 10.10.3 -


after installing matplotlib via pip unable import matplotlib os x python , uninstall , start again. think have multiple copies of matplotlib , may causing problem. see below.


*cbhe:pip install matplotlib requirement satisfied (use --upgrade upgrade): matplotlib in /system/library/frameworks/python.framework/versions/2.7/extras/lib/python requirement satisfied (use --upgrade upgrade): numpy>=1.5 in /system/library/frameworks/python.framework/versions/2.7/extras/lib/python (from matplotlib) requirement satisfied (use --upgrade upgrade): python-dateutil in /system/library/frameworks/python.framework/versions/2.7/extras/lib/python (from matplotlib) requirement satisfied (use --upgrade upgrade): tornado in /library/python/2.7/site-packages (from matplotlib) requirement satisfied (use --upgrade upgrade): pyparsing>=1.5.6 in /system/library/frameworks/python.framework/versions/2.7/extras/lib/python (from matplotlib) requirement satisfied (use --upgrade upgrade): nose in /library/python/2.7/site-packages (from matplotlib) requirement satisfied (use --upgrade upgrade): backports.ssl-match-hostname in /library/python/2.7/site-packages (from tornado->matplotlib) requirement satisfied (use --upgrade upgrade): certifi in /library/python/2.7/site-packages (from tornado->matplotlib)* 

can tell me how uninstall matplotlib. not unix software person , have specific unix command(s) needed make uninstall.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -