With pip list
I'm shown a listing of the installed modules, which includes scipy, numpy, and pandas.
If I pip install -U...
any of those, it checks it, sees its up-to-date, and returns to prompt. But if I pip uninstall pandas
or any of the items I can see in the list, it says
Can't uninstall numpy. No files were found to uninstall
I installed everything that has to do with Python through Enthought's Canopy Stack.