Comment on Can someone help me get Pygame working?

<- View Parent
Contramuffin@lemmy.world ⁨4⁩ ⁨days⁩ ago

It’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

source
Sort:hotnewtop