I am attempting to remove all of the installed \"pyobjc-framework\"-prefixed packages. I have tried the following:
% pip freeze | grep pyobjc-framework | xar
I always use this:
pip freeze | xargs pip uninstall -y