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
@max-sixty : See PR #3212. I added an --all option and the ability to list multiple envs in one go. I'll check in the morning to make sure that all checks have passed.
Feature Request
In debugging some recent issues, I've wanted to clear out all poetry environments to reset state. Any thoughts on a
poetry env remove --all
?I tried
poetry env list | xargs poetry env remove
, but unfortunately given the(Activated)
label, this would require a more complex command.The text was updated successfully, but these errors were encountered: