A. 升级包使用:pip install --upgrade SomePackage B. 卸载包使用:pip uninstall SomePackage C. 搜索包使用:pip findfiles SomePackage D. 查看可升级的包使用:pip list -o
A. 对 B. 错