# 批量卸载包的时候,报错信息 ERROR: To modify pip, please run the following command: D:\anaconda3\python.exe -m pip uninstall -r requirements.txt -y # 进入到anconda安装的目录当中使用 D:\anaconda3\python.exe -m pip uninstall -r requirements.txt -y