conda-incubator / conda-store

Data science environments, for collaboration. ✨
https://conda.store
BSD 3-Clause "New" or "Revised" License
143 stars 46 forks source link

[BUG] - Non-dev conda environment is not available on macOS #631

Closed nkaretnikov closed 11 months ago

nkaretnikov commented 11 months ago

Describe the bug

We have these files:

environment-dev.yaml
environment-macos-dev.yaml
environment.yaml

The dev one is supposed to be the one used for development. Is it intended that we don't have a non-dev env on macs?

Expected behavior

Two macOS envs (dev, non-dev, like on Linux).

How to Reproduce the problem?

See above.

Output

No response

Versions and dependencies used.

01ef8962f48bbfa21197301619511aa0857c8e76

Anything else?

No response

nkaretnikov commented 11 months ago

I don't want to create a new issue just for this, but please also add Mac installation instructions to installation.md.

trallard commented 11 months ago

I don't want to create a new issue just for this, but please also add Mac installation instructions to installation.md.

Is this end-user of dev mode? Either way, this needs a separate issue as this is a different task (if applicable).

Also, we do not need a MacOS environment (non-dev). The environment.yaml is currently only used to create the Docker, and I am not aware of any use case where we need this for an OSX end-user locally.

so will close this issue as not applicable