⑴是现在大家都在使用的系统,最近有用户使用anaconda的conda activate激活环境时,遇到了报错的情况,这是什么原因呢?原因是之前激活了conda的环境没有用 conda deactivate 退出环境,但是问题是我使用conda deactivate会继续出现上述bug,下面小编为大家带来详细的解决方法,一起来看看吧!
⑵mandNotFoundError: 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’。
⒄、打开CMD,先输入activate,回车。
⒅、然后再conda activate xxx ,回车 。
⒆声明:本文为CSDN博主「DK数据工作室」的原创文章,原文链接: