Search code examples
pythoncmdpippython-imaging-library

How to uninstall (pip) at all from cmd?


How to uninstall the whole pip in my cmd without leaving any pip?


Solution

  • pip uninstall pip should be able to uninstall the whole pip without leaving pip.