cmd warning: python interpreter is in a conda environment, but the environment has not been activated

前端 未结 2 843
忘了有多久
忘了有多久 2021-01-29 02:47

I installed Anaconda (added to path) but when I try to run Python from the cmd, I get the following message:

Warning: This Python interpreter is in a conda environme

2条回答
  •  星月不相逢
    2021-01-29 03:19

    Follow below steps

    1)open cmd and type "conda activate base"

    2)then type python

    Which will satisfy your problem

提交回复
热议问题