You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched open requests and couldn't find a duplicate
What is the idea?
Maybe I'm missing something obvious but via py-rattler there's no ability to unlink (i.e uninstall) a package explicitly. Maybe we can just expose the link_file + unlink_package lower level methods in py-rattler?
Or a cleaner approach might be to expose a high level method to uninstall a package by name/PrefixRecord in Installer.
Why is this needed?
Currently, we handle unlinking ourselves outside of rattler. However, this is something users of py-rattler will want to do routinely.
Happy to take a stab at a PR.
The text was updated successfully, but these errors were encountered:
Checklist
What is the idea?
Maybe I'm missing something obvious but via py-rattler there's no ability to unlink (i.e uninstall) a package explicitly. Maybe we can just expose the link_file + unlink_package lower level methods in py-rattler?
Or a cleaner approach might be to expose a high level method to uninstall a package by name/PrefixRecord in
Installer
.Why is this needed?
Currently, we handle unlinking ourselves outside of rattler. However, this is something users of py-rattler will want to do routinely.
Happy to take a stab at a PR.
The text was updated successfully, but these errors were encountered: