#🔒 Problem with the Terminal
25 messages · Page 1 of 1 (latest)
@hardy gyro
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
what was the error? how did you run your code? that'll give us more info.
Oh okay. But im french so the error is in french. The error was "Python est introuvable. ExÚcutez sans argument pour procÚder Ó l".
what operating system do you use? it looks like Python isn't installed
Im in windows 11
Yes i install it
And also path
ah heck. those were my two guesses. sorry fam, this might be beyond me (I am very new)
Does py -0 say anything helpful?
Ok, on Windows py is the Python launcher.
Where UNIXy instruction say things like python3 .... on Windows you usually say py .....
So:
py: should get you a Python promptpy -m pip install foo: should install packagefoopy myscript.py: should run the script in the filemyscript.py
py also manages multiple Python installs, if you install a few versions.
Ty bro
God bless you
No worries.
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.