CondaValueError: Value error: prefix already exists:

前端 未结 4 1557
北荒
北荒 2021-02-13 14:27

Reference:

https://uoa-eresearch.github.io/eresearch-cookbook/recipe/2014/11/20/conda/

I\'ve run the following commands to install conda and create a virtual env

4条回答
  •  感情败类
    2021-02-13 14:47

    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

提交回复
热议问题