-
Hello, How to run ➜ ~ pipx --version
1.5.0
➜ ~ pipx upgrade aws-sso-util awsume black pylint pyupgrade
usage: pipx [-h] [--quiet] [--verbose] [--global] [--version]
{install,uninject,inject,upgrade,upgrade-all,uninstall,uninstall-all,reinstall,reinstall-all,list,interpreter,run,runpip,ensurepath,environment,completions} ...
pipx: error: unrecognized arguments: awsume black pylint pyupgrade
➜ ~ There is #1102 but it's only about installing, not upgrading. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can run |
Beta Was this translation helpful? Give feedback.
-
With the |
Beta Was this translation helpful? Give feedback.
You can run
pipx upgrade-all --skip <packages you want to skip>
for now. However, I think it's a good idea to allowpipx upgrade
to accept multiple packages at the same time, just like theinstall
command.