我不知道为什么,但我无法在终端内使用 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)