Why does '(base)' appear in my anaconda command prompt?

前端 未结 7 1929
悲&欢浪女
悲&欢浪女 2020-12-13 09:54

My anaconda command prompt now says:

(base) C:\\users\\user_name>

I would like to know why (base) appears in front of the prompt. This s

7条回答
  •  北海茫月
    2020-12-13 10:18

    Try this:

    conda config --set auto_activate_base false
    

    The changeps1 only hide the command prompt, you still in this environment.

    auto_activate_base can avoid entering the environment.

提交回复
热议问题