how to remove unused pip dependencies on mac code example Example: how to remove unused pip dependencies on mac pip freeze | xargs pip uninstall -y