[Tutor] FW: confused about Pypi

boB Stepp robertvstepp at gmail.com
Sun Oct 29 15:44:55 EDT 2017


On Sun, Oct 29, 2017 at 3:05 AM, Mark Anderson <mcanderson12 at gmail.com> wrote:
> The text is
>
> C:\Users\marka> python -m pip install "pyglet"
> 'python' is not recognized as an internal or external command,
> operable program or batch file.

I'm on Windows 7, but I have found when I have not bothered to set the
path to the Python installation, that using the Python launcher as
follows works:

py -m pip install "pyglet"

Perhaps it will work for you.  BTW, are the quotes around pyglet
needed?  I don't recall ever having to use quotes to install via pip.

HTH,
boB


More information about the Tutor mailing list