0

how do I uninstall a python modules currently installed in:

/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages

I do not remember how I installed it there but of course pip is not able to find it. I assume it only looks in:

/Library/Python/2.7/site-packages

I'm on a OSX El Capitan (SIP disabled)

valenz
  • 311
  • 1
  • 2
  • 13
  • I wouldn't touch that folder. Use a package manager such as anaconda or homebrew. – Alexander Feb 03 '16 at 16:13
  • I usually don't touch that folder either but for some reason I have a module installed there and I would like to uninstall it – valenz Feb 03 '16 at 17:03
  • Without knowing how it got there, it is difficult to recommend a strategy to remove it. Perhaps this will help. http://stackoverflow.com/questions/1550226/python-setup-py-uninstall – Alexander Feb 03 '16 at 17:18

0 Answers0