I would like to know if there is a way to update all pip packages with a command like: $pkg upgrade or $apt update. I am sorry that this question seems or is very basic. Thanks for answering. Greetings.
I would like to know if there is a way to update all pip packages with a command like: $pkg upgrade or $apt update. I am sorry that this question seems or is very basic. Thanks for answering. Greetings.
To date, no, there is no "natural" way to do it, in fact, there is an issue to add this functionality to the command. Of course, there are several possibilities to achieve what you are looking for, this question compiles a wide variety of alternatives, of which I would highlight:
On Linux or Cygwin-like emulated environments (by rdp )
or for older versions of
pip
With Python code, compatible on all operating systems (by Ramana )
Attention: this form does not reveal any
warning
that emitspip
For
pip < 10.0.1
For
pip >= 10.0.1