pypa / pipx

Install and Run Python Applications in Isolated Environments
https://pipx.pypa.io
MIT License
10.66k stars 419 forks source link

pipx install --update #1572

Open gsemet opened 3 weeks ago

gsemet commented 3 weeks ago

pipx install:

pipx install --force:

pipx update:

pipx update --install:

What I need is a command that will:

Example:

$ pipx install --upgrade pylint<7
gsemet commented 3 weeks ago

On the network connectivity, this might be done with https://github.com/pypa/pipx/issues/1275 to allow pipx run do not try to perform any network connectivity when the spec is respected