Re: Use python -m pip instead of plain pip

2023-10-23 Thread Edward K. Ream
On Mon, Oct 23, 2023 at 7:55 AM Thomas Passin wrote: > In many places, I (and others) keep saying you should invoke *pip* using > > python -m pip > > instead of plain > > pip > > Here is a page that goes into it in more detail. It also turns out that > *python > -m pip* is needed to update pip

Use python -m pip instead of plain pip

2023-10-23 Thread Thomas Passin
In many places, I (and others) keep saying you should invoke *pip* using python -m pip instead of plain pip Here is a page that goes into it in more detail. It also turns out that *python -m pip* is needed to update pip itself, which I didn't know. Why you should use python -m pip