Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
charlesfrye opened this issue Jun 19, 2023 · 0 comments
Open

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

charlesfrye opened this issue Jun 19, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@charlesfrye
Copy link
Collaborator

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 charlesfrye added the enhancement New feature or request label Jun 19, 2023
@charlesfrye charlesfrye self-assigned this Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant