On Tue, Apr 4, 2017 at 8:31 AM,  <psmit...@ewu.edu> wrote:
> Hi Chris,
>
>    Really! :) So I can type pip install requests at the prompt: C:\Program 
> Files\Python 2.7.12>pip install requests
>    or at C:\>pip install requests
>
>    And the modules would be installed either way?
>
>    Sorry I am also a newbie at windows command line too.
>
> THANKS!!!

Correct! The Windows program search path means it'll find pip.exe (if
it doesn't, you'll get a wordy error that used to be called SYS1041),
and then pip itself looks in the registry and other places to figure
out where it should install things.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to