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

Support prune when installing/updating environments #144

Open
AlbertDeFusco opened this issue Jan 8, 2024 · 0 comments
Open

Support prune when installing/updating environments #144

AlbertDeFusco opened this issue Jan 8, 2024 · 0 comments

Comments

@AlbertDeFusco
Copy link
Contributor

A recent update to libmamba fixes conda env update --prune. This opens up the opportunity to provide a rollback for conda-project.

See #8 for the most recent discussion. One thing to be careful with is protecting the exactness of the match between the installed env and the lock. This is maintained currently by 1) removing the installed env and 2) re-installing all packages from the explicit file generated from the yaml lock file.

Perhaps a prune-enabled environment update is a less strict interpretation of matching between installed env and lockfile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant