Comment on Can someone help me get Pygame working?
Contramuffin@lemmy.world 4 days agoIt’s not just about being in the right folder. You need to specify the path. If you just do python file.py or pip install whatever
It will try to use system components, regardless of what folder you’re in. You’ll need to explicitly say, “use this specific venv version of python.” If you’re in the bin folder of the venv, you’ll need to use ./python file.py