conda-merge icon indicating copy to clipboard operation
conda-merge copied to clipboard

Feature request: Merge environment variables defined in environment.yaml

Open daviskirk opened this issue 2 years ago • 1 comments
trafficstars

The feature request for merging environment variables defined in environment.yaml files as well the dependencies.

Conda environment.yaml spec allows us to add environment variables as well. When merging multiple environment files, these would ideally also be present in the result.

name: myenv
dependencies:
    - pip=23
    - python=3.10
variables:
  PIP_EDITABLE_MODE: strict

for example.

daviskirk avatar May 05 '23 13:05 daviskirk

Hey, looks like a good idea - I'll add this soon

amitbeka avatar May 07 '23 06:05 amitbeka