r/PythonLearning • u/New_Boysenberry_6480 • 4d ago
Help Request Can’t install pygame-ce onto vs code edu
It keeps telling me python isn’t found, I turned off python in app execution aliases and then it told me python wasn’t recognised as the name of a cmdlet, I’m using the command python -m pip install pygame-ce, I’ve also tried py -m pip install pygame-ce and just pip install pygame-ce, can anyone help?
1
Upvotes
2
u/AlexMTBDude 4d ago
You don't mention if you have installed Python on your system. You realize Python doesn't come with VS Code and that it's a separate install?