CondaValueError: Value error: prefix already exists:

元气小坏坏 提交于 2019-12-04 07:47:33

I simply deleted folder C:\Program Files\Miniconda2\envs\ENV1\.

The next time you open the terminal and the prompt is (base) C:\Users\whatever> Just type: (base) C:\Users\whatever> conda activate ENV1

Your prompt should change to: (ENV1) C:\Users\whatever>

And once your work is done just say: (ENV1) C:\Users\whatever> conda deactivate

Because it's obviously inconvenient to keep deleting the folder over and over

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!