Deletion of Environmental Variables

Paul Moore p.f.moore at gmail.com
Mon Jan 7 02:47:11 EST 2019


On Mon, 7 Jan 2019 at 06:37, Terry Reedy <tjreedy at udel.edu> wrote:
> The pydev recommended way to run pip on windows is
>  > py -x.y pip <pip options>
> as this installs the package requested into the x.y site-packages
> directory.

py -3.7 -m pip ...

Note the extra -m).

Paul



More information about the Python-list mailing list