python remove all pip code example Example 1: pip3 uninstall all pip3 freeze | xargs pip3 uninstall -y Example 2: pip remove package pip uninstall