Comment on Can someone help me get Pygame working?
one_old_coder@piefed.social 5 days ago
I would use uv and install Pygame in a virtual environment. Link: https://docs.astral.sh/uv/
I never install packages with apt, it’s always clunky. And it’s worse when you have to hack the sys.path.
ComicalMayhem@lemmy.world 4 days ago
I’m not entirely sure how to do a virtual environment, got any guide links or documentations to look at to get started?