PIP install

MRAB python at mrabarnett.plus.com
Fri May 11 23:01:43 EDT 2018


On 2018-05-12 03:47, Sharan Basappa wrote:
> I have installed Python recently. Do I need to install PIP separately or this would be part of default installation. When I run pip install <>, windows complains that no such command exists
> 
That means that pip isn't on the Windows search path.

It might be better to call the pip module via the py launcher:

py -m pip install <>



More information about the Python-list mailing list