Anaconda Can't activate
程序员文章站
2022-03-03 19:49:43
...
Anaconda Can't activate
When I execute ‘aconda activate xx(env name)’ would encounter these problem:
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run
$ conda init <SHELL_NAME>
Currently supported shells are:
- bash
- fish
- tcsh
- xonsh
- zsh
- powershell
See 'conda init --help' for more information and options.
I slave the problem by using the follow commands
# **环境
source activate
# 退出环境
source deactivate
推荐阅读
-
Mac开发-codesign_allocate: can't allocate code signature data
-
Mysql 5.5 无法远程登陆:Can't get hostname for your address_MySQL
-
mysql连接提示:Can t connect to MySQL server on (110)
-
Can't create/write to file 'c:toolmysqltmp#sql_718_0.myi
-
OSError: [E050] Can't find model 'en_core_web_sm'. It doesn't seem to be a shortcut link, a Python p
-
PHP使用empty检查函数返回结果时报Fatal error: Can't use function return value in write context的问题 - 心中的飞梦
-
添加从节点是出现ERROR 1017 (HY000): Can’t find file
-
MySQL错误ERROR 2002 (HY000): Can't connect to local MySQL server through socket_MySQL
-
MYSQL建立外键失败几种情况记录Can't create table不能创建表
-
解决mysql ERROR 1017:Can't find file: '/xxx.frm' 错误