Your command should actually work if you add the -y | --yes flag to pip 🙂
-y, –yes Don’t ask for confirmation of uninstall deletions.
Possibly:
% pip freeze | grep pyobjc-framework | xargs pip uninstall -y
Your command should actually work if you add the -y | --yes flag to pip 🙂
-y, –yes Don’t ask for confirmation of uninstall deletions.
Possibly:
% pip freeze | grep pyobjc-framework | xargs pip uninstall -y