Closed AlbertDeFusco closed 2 years ago
@jbednar and @jlstevens where should defaults
go when not supplied in channels
and when nodefaults
is not also specified? First or last?
Conda env support for implicit utilization of ~/.condarc
is to extend the channels listed in the environment.yml file. Meaning that "defaults" (and other channels) as added at the END. https://github.dev/conda/conda/blob/9bf4c1721da4d44739546109a78fb2edb40af95b/conda_env/installers/conda.py#L25
I vote for implementingnodefaults
and for otherwise assuming defaults
is in the list.
@jbednar and @jlstevens where should defaults go when not supplied in channels and when nodefaults is not also specified? First or last?
Wherever anaconda-project behaves as it did before. Did it previously act like it was implicitly first, or implicitly last?
I will confirm it for myself but I believe it was implicitly last (as Albert mentioned above).
merged and released in 0.11.1
Starting in version 0.11.0 condarc "channels:" list is ignored.
Proposal:
Goal: