Windows10系统之家 - 安全纯净无插件系统之家win10专业版下载安装

收藏本站

Windows10系统下载

Windows10系统下载

全自动无人值守

全新的视觉体验

大小:3.98 GB 版本:32位 大小:4.98 GB 版本:64位
您当前的位置:Windows10系统之家 > Win10教程 > Win10使用anaconda的conda activate激活环境时报错怎么办

Win10使用anaconda的conda activate激活环境时报错怎么办

时间:2021-11-27 15:06:38 来源:Windows10之家 作者:admin

Win10系统是现在大家都在使用的系统,最近有用户使用anaconda的conda activate激活环境时,遇到了报错的情况,这是什么原因呢?原因是之前激活了conda的环境没有用 conda deactivate 退出环境,但是问题是我使用conda deactivate会继续出现上述bug,下面小编为大家带来详细的解决方法,一起来看看吧!

Win10使用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 ,回车 。