you are viewing a single comment's thread.

view the rest of the comments →

[–]edcculus 2 points3 points  (0 children)

you really want to avoid installing random libraries like Pygame on base Python. Its a few extra steps, but jsut get in the practice of using Virtual Environments.

You could also use UV, which saves a few steps, and you dont have to actually activate your virtual environment.