Open gsemet opened 3 weeks ago
pipx install:
pipx install
pipx install --force:
pipx install --force
pipx update:
pipx update
pipx update --install:
pipx update --install
What I need is a command that will:
Example:
$ pipx install --upgrade pylint<7
<7
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
pipx install
:pipx install --force
:pipx update
:pipx update --install
:What I need is a command that will:
Example:
<7
, does nothing.<7
, update<7