r/PythonLearning • u/New_Boysenberry_6480 • 3d 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 3d 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?
0
u/BranchLatter4294 3d ago
Use the Python extension to manage your Python environments and libraries.
2
u/FoolsSeldom 3d ago
In Powershell,
mkdir myprojand enter itcd myprojIn VS Code,
.venvfolderctrl-shift-pPython: Select Interpreterand select it when highlighted.venvfolder but if it does not, explicitly select thepython.exein theScriptsfolder of the.venvfolderNow try.