Skip to content

add a "from-scratch" command for the conda update #75

@charlesfrye

Description

@charlesfrye

conda env update reuses the existing environment, so when you make a big change to the yaml, things can fail on machines that ran conda-update previously.

something like

no-environment:
  conda deactivate
  conda env remove --name fsdl-text-recognizer-2022

fresh-environment: no-environment conda-update

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions