Why Conda cannot call correct Python version after activating the environment?

后端 未结 3 1940
天命终不由人
天命终不由人 2020-12-18 19:19

I have the following conda environment under Linux:

$ conda info -e
# conda environments:
#
py33                     /u21/coyotito/.anaconda/envs/py33
root           


        
3条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-18 19:56

    I had the exact same problem. Not sure what I did to get into that mess, but I solved it with a simple:

    conda deactivate
    conda activate foo_env
    

提交回复
热议问题