lordmauve / pgzero

A zero-boilerplate games programming framework for Python 3, based on Pygame.
https://pygame-zero.readthedocs.io/
GNU Lesser General Public License v3.0
538 stars 188 forks source link

pgzrun doesn't work ("command not found") even though python (2 and 3), pygame, and pgzero are installed #329

Open GarthElliott opened 1 month ago

GarthElliott commented 1 month ago

pgzrun doesn't work ("command not found") even though python (2 and 3), pygame, and pgzero are installed

I can run pygame scripts (but differently from different IDEs and CL); similarly for pgzero scripts. BUT, pgzrun isn't recognized from CL ("command not found").

What's going on here??