CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate‘解决方法

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'解决方法

  • 一、问题描述
  • 二、解决方法

一、问题描述

在安装好anaconda后第一次新建虚拟环境激活时,出现该错误,详细错误如下所示:


CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
If using 'conda activate' from a batch script, change your
invocation to 'CALL conda.bat activate'.

To initialize your shell, run

    $ conda init 

Currently supported shells are:
  - bash
  - cmd.exe
  - fish
  - tcsh
  - xonsh
  - zsh
  - powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

二、解决方法

这个错误提示表明您的命令行环境没有正确配置以使用 conda activate 命令。运行 conda init:根据错误提示,且我这里使用的是cmd,所以使用conda init cmd.exe命令
CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate‘解决方法_第1张图片
之后关闭命令行,重新打开输入激活命令即可。
CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate‘解决方法_第2张图片

你可能感兴趣的:(#,bug,conda,chrome,前端)