-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Creating a new Conda env from an env file is straight forward and well documented with https://docs.maap-project.org/en/develop/system_reference_guide/custom-environments.html#Basic-custom-environment
However https://docs.maap-project.org/en/develop/system_reference_guide/custom-environments.html#Extending-the-base-environment-in-a-given-workspace-session. Needs an additional section on how to update an existing env from a yaml defining packages. (Also remove the period on the heading)
Example:
mamba env update -n base --file above_env.yml
based on info from https://stackoverflow.com/questions/42352841/how-to-update-an-existing-conda-environment-with-a-yml-file
As reported by @pahbs in Slack on Jun 27, 2023.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request