Which directory should requests and openpyxl modules be installed to?

Chris Angelico rosuav at gmail.com
Mon Apr 3 20:07:06 EDT 2017


On Tue, Apr 4, 2017 at 8:31 AM,  <psmith36 at 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



More information about the Python-list mailing list