anaconda / anaconda-project

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

Allow multiple environment path directories #292

Closed mcg1969 closed 3 years ago

mcg1969 commented 3 years ago

This PR modifies the interpretation of ANACONDA_PROJECT_ENVS_PATH so that multiple environment directories can be considered. Rules:

mcg1969 commented 3 years ago

The one test failure so far is a timeout on the GA side

AlbertDeFusco commented 3 years ago

Very cool.

mcg1969 commented 3 years ago

Thanks... I'm very close to having persistent sessions work and this is essential for that