系统之家装机大师 V1.5.5.1336 官方版
系统之家装机大师是专为小白用户打造的装机工具,操作简单,适合32位和64位的电脑安装使用,支持备份或还原文件,也能通过系统之家装机大师,制作U盘启动盘,智能检测当前配置信息,选择最佳的安装方式,无广告,请大家放心使用。
时间:2021-09-06 09:39:35
发布者:admin
来源:当客下载站
许多编程人员在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是你的环境名或你的环境所在路径)