-
Notifications
You must be signed in to change notification settings - Fork 443
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 "install-all" command to install packages according to spec metadata file #1301
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.
Thank you for this piece of work, it will come in handy! Could we have an example in docs/examples.md
?
Could you move the two helper functions to |
After moving the two utils to Maybe we need a |
I find some bug for the |
@chrysle All comments except for moving the utility functions should be done. PTAL :-) |
for more information, see https://pre-commit.ci
Co-authored-by: chrysle <[email protected]>
Co-authored-by: chrysle <[email protected]>
Co-authored-by: chrysle <[email protected]>
Co-authored-by: chrysle <[email protected]>
Co-authored-by: chrysle <[email protected]>
8f336fa
to
a558e52
Compare
Sounds good, let's keep it like this for now. |
changelog.d/
(if the patch affects the end users)Summary of changes
Fix #687
Test plan
Tested by running
Known issues
pipx install --force
without--python
complains about the ignorance of--python
#1304pipx.util
due to circular import problem. Add "install-all" command to install packages according to spec metadata file #1301 (comment)