You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let the author conditionally define "url and no url based includes"?
Good point, but right now I don't see a reason to distinguish that.
I think it is sufficient to distinguish between local and URLs automatically?
I think it's enough.
Allowing URLs in "include" fosters code-reuse (in our case yaml reuse 😄 ), and helps organizing the work of geographically distributed team. E.g. a common devenv.yml, which is located on some central website, can be included in the yaml of various remote developers. Thus, any improvement on the central yaml are "automatically" applied on the work of the distributed team.
If they have fast internet connection... 😄
Hi Devs,
I would like to suggest a new feature for your great tool!
Conda latest version allows using URL for the environment yaml file:
conda env create -f https://domain.com/my-environment.yml
See conda/conda#9835
Having this ability in conda-devenv would be good, as well.
Regards
The text was updated successfully, but these errors were encountered: