On Sun, Oct 29, 2017 at 3:05 AM, Mark Anderson <mcanderso...@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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to