fsdl-text-recognizer-2022 icon indicating copy to clipboard operation
fsdl-text-recognizer-2022 copied to clipboard

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

Open charlesfrye opened this issue 1 year ago • 0 comments

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

charlesfrye avatar Jun 19 '23 17:06 charlesfrye