EDIT: First I've seen the other pip uninstallation MacOS stack thread and the answers don't help this situation. I'm trying to uninstall pip3 from /usr/bin on MacOS
which pip3
/usr/bin/pip3
When I run
pip3 uninstall pip3
WARNING: Skipping pip3 as it is not installed.
When I try
sudo -H pip3 uninstall pip3
WARNING: Skipping pip3 as it is not installed.
Finally I try removing it manually...
rm -rf pip3
rm: pip3: Operation not permitted
Any suggestions?