pip 包经常被无缘无故的被删除,初步估计应该不是人为操作,想要找到原因。
思路 1:增加 log,但是没有想到
看了下 pip 中提供了一个 log,但是这个 log 只有操作失败才记录,所以没法使用。
--log-file <path>
Path to a verbose non-appending log, that only logs failures. This log is active by default at <see File logging>.
思路 1:增加 log,但是没有想到
看了下 pip 中提供了一个 log,但是这个 log 只有操作失败才记录,所以没法使用。
--log-file <path>
Path to a verbose non-appending log, that only logs failures. This log is active by default at <see File logging>.