用conda 用 conda remove -n ScratchDet_20200114 删除虚拟 环境ScratchDet_20200114时报错
conda remove -n ScratchDet_20200114
CondaValueError: no package names supplied,
try "conda remove -h" for more details
解决方法,用下面的命令
conda env remove --name ScratchDet_20200114
编辑于 2020-05-28 10:01