【常用指令ubuntu18.04】

如果安装出现了百度不能解决的问题,最好的办法就是卸载重新装一次

1、conda config --show-sources #conda查看源
conda config --show #将会显示conda的配置信息,找到channel, 对应的就是我们的镜像配置,查看是否还含有默认项defaults
conda config --remove channels defaults #删除defaults
(sudo vim /etc/apt/sources.list #查看源)
使用以下命令恢复默认源:

conda config --remove-key channels
CondaKeyError: 'channels': key 'channels' is not in the config file    #报这段错误说明已经是默认源

conda 添加清华源

conda config 

你可能感兴趣的:(目标检测,python,ubuntu,conda)