how to delete all apps installed with pip on macos code example Example: pip3 uninstall all pip3 freeze | xargs pip3 uninstall -y