xargs

Is there a way to uninstall multiple packages with pip?

Is there a way to uninstall multiple packages with pip? Question: I am attempting to remove all of the installed “pyobjc-framework”-prefixed packages. I have tried the following: % pip freeze | grep pyobjc-framework | xargs pip uninstall but this barfs because each pip uninstall requires confirmation (perhaps a way to bypass this would be a …

Total answers: 7