CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. To initialize your shell, run

这是由于conda的激活命令出了问题,解决方法如下:

  1.  
    # 激活环境
  2.  
    source activate
  3.  
    # 退出环境
  4.  
    source deactivate

随后解决问题。

posted @ 2022-01-27 16:34  Tomorrow1126  阅读(352)  评论(0编辑  收藏  举报