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