Win10系统中使用anaconda的conda activate激活环境时报错应该怎么解决?
许多编程人员在Windows 10系统中使用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是你的环境名或你的环境所在路径)
相关文章:
1. 如何一键关闭所有程序?Windows系统电脑快捷关闭所有程序教程2. Win10怎么卸载重装声卡驱动?Win10卸载声卡驱动详细教程3. Win11渠道选哪个 升级Win11选择哪个渠道4. Win7文件夹变绿显示没有权限怎么办?Win7文件夹变绿显示没有权限的解决方法5. Win7无法关机一直显示正在关机怎么办?6. Win11的开机音效要怎么设置?7. Win10蓝屏终止代码WHEA_UNCORRECTABLE_ERROR怎么解决?8. Win11怎么设置任务栏小图标?Win11设置任务栏小图标的方法9. 怎么检测电脑是否支持Win11系统?电脑无法运行Win11怎么办?10. Win10电脑制作定时关机代码bat文件教程
