1、简介 最近使用conda新建了一些虚拟环境并且删除,但是发现删除不了,后来发现原来使用方式变了 2、使用 旧版本 conda remove -n xx 新版本 conda env remove -n xx