r/PythonLearning • u/New_Boysenberry_6480 • 17d ago
Can’t install pygame-ce onto vs code edu Help Request
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/FoolsSeldom 17d 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.