-
Notifications
You must be signed in to change notification settings - Fork 414
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 interpreter command #1261
Add interpreter command #1261
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides, running pipx interpreter
without any arguments will result in an error:
Unknown interpreter command None
I've now adapted the logic from running |
Thank you for this, good work! Sorry for the lack of review here. |
changelog.d/
(if the patch affects the end users)Summary of changes
Add a
interpreter
command withlist
andprune
subcommand. They can be used to list the installed standalone interpreters and prune unused standalone interpreters.Resolves #1248
Test plan
Tested by running