Uninstalling Python Functions

How do you uninstall a Python package?

You can use pip to uninstall any package. You'll see a summary of related packages that will be uninstalled; enter y to proceed. A message will confirm the uninstall. There's no need to use the --user flag.