Win10使用anaconda的conda activate激活环境时报错怎么办?
Win10系统是现在大家都在使用的系统,最近有用户使用anaconda的conda activate激活环境时,遇到了报错的情况,这是什么原因呢?原因是之前激活了conda的环境没有用 conda deactivate 退出环境,但是问题是我使用conda deactivate会继续出现上述bug,下面小编为大家带来详细的解决方法,一起来看看吧!
报错内容:
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 ,回车 。
声明:本文为CSDN博主「DK数据工作室」的原创文章,原文链接:https://blog.csdn.net/weixin_45941288/article/details/115544665
相关文章:
1. Win11Beta预览版22621.1180和22623.1180发布 附KB5022363内容汇总2. freebsd 服务器 ARP绑定脚本3. 中兴新支点操作系统全面支持龙芯3A3000 附新特性4. Win10系统360浏览器搜索引擎被劫持解决方法 5. UOS怎么设置时间? 统信UOS显示24小时制的技巧6. Linux Mint系统怎么卸载程序? Linux卸载不需要应用的技巧7. mac程序没反应怎么办 mac强制关闭程序的方法8. UOS系统怎么更新? UOS更新系统的图文教程9. 统信uos系统怎么进行打印测试页和删除打印机?10. FreeBSD10安装内核源代码方法讲解
