+ 1
Running scripts in atom😢👉 'python' is not recognized as an internal or external command,
I'm using Atom and package scripts\n when I run my python programming it gives me this error, hell pour hours trying to fix this XD 'python' is not recognized as an internal or external command, operable program or batch file. [Finished in 0.133s] edit(update): Instead of running my file in Atom, 👉I instead go to my save file from Atom instead of opening the file with Atom, I opened it using or- 👉right click and edit with idle👈, then I can make my own GUI, Heck I can Even run one😄 hope it might help someone so they dont waste 5hours on this bs👍
6 Respuestas
+ 2
Yes, dont forget to restart your editor and command line to see the change
+ 1
Set path for your python, which os you're using ?
In windows use
setx path %path%;to/python/installation
+ 1
Which version of Python did you install? IIRC, 'python' starts Python 2.x. Did you add Python to your PATH / Windows environment? I'm not particularly knowledgeable with this, but did you try 'py' or 'python3', or other attempts to run Python ?
+ 1
I know when I type py on cmd it work Hatsy Rei, I think it work well but I have problem running python script in Atom software(Im using package: script)
+ 1
Taste do you mean Environmental development on advance settings in control panel? Kishalaya Saha yes I do use windows 10
+ 1
I just wanted to make my basic GUI 😢