PIP install

Sharan Basappa sharan.basappa at gmail.com
Fri May 11 23:12:07 EDT 2018


On Saturday, 12 May 2018 08:32:04 UTC+5:30, MRAB  wrote:
> 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 <>

thanks. i uninstalled and re-ininstalled with option to add python to my path. It works now. I could have simply added the python path to env variable but i did not realize the issue then. Thanks a lot



More information about the Python-list mailing list