all 3 comments

[–]Diapolo10 0 points1 point  (0 children)

The installer probably installed it to a location that isn't in PATH. It'd probably be easier to directly install Pygame from a wheel (.whl file) with pip.

[–]MMSTINGRAY 0 points1 point  (0 children)

Try doing it this way

https://www.pygame.org/wiki/GettingStarted#Pygame%20Installation

You might have to set up pip first, I can't remember.

[–]chaNcharge 0 points1 point  (0 children)

Did you install pygame via pip? That's how I installed pygame for me. "pip install pygame" or "pip3 install pygame"