admin管理员组

文章数量:1530517

W10系统环境下,使用anaconda的conda activate激活环境时,报错怎么办?

报错内容:

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 <SHELL_NAME>

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’.

解决办法:

1、打开CMD,先输入activate,回车。
2、然后再conda activate xxx ,回车 。

注:(xxx是你的环境名或你的环境所在路径)

如果文章解决您多年未解之谜,请一键三连!

本文标签: 环境报错系统activateConda