how to delete all python packages windows code example Example: pip3 uninstall all pip3 freeze | xargs pip3 uninstall -y