anaconda / anaconda-project

Tool for encapsulating, running, and reproducing data science projects
https://anaconda-project.readthedocs.io/en/latest/
Other
216 stars 88 forks source link

[ENH] Local condarc #376

Open AlbertDeFusco opened 2 years ago

AlbertDeFusco commented 2 years ago

This has been mentioned in other PRs or issues. It could be useful for a project to store its own .condarc file. In order for it be respected anaconda-project would just need to set $CONDARC to the project path if the file is found.

https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc

You'll see in the precedence that the $CONDARC settings are applied/merged after the other config files, but can still be overridden if needed