ConfigurationLoadError:无法加载配置文件

Kir*_*ran 3 configuration anaconda conda miniconda

我不知道为什么,但我无法在终端内使用 conda。Conda 命令导致“ConfigurationLoadError”

ConfigurationLoadError: Unable to load configuration file.
  path: /Users/kiranmarathe/.condarc
  reason: invalid yaml at line 2, column 42
Run Code Online (Sandbox Code Playgroud)

kiranmarathe$ cat /Users/kiranmarathe/.condarc

channels:
  - defaults    
  - conda-forge
  - bioconda
  - http://conda.binstar.org/faircloth-lab
Run Code Online (Sandbox Code Playgroud)

小智 5

转到该/Users/kiranmarathe/路径并删除该.condarc文件。我认为这个问题将会得到解决。