Running scripts in atom😢👉 'python' is not recognized as an internal or external command, | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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👍

23rd Nov 2018, 5:06 AM
Taurus Capricorn
Taurus Capricorn - avatar
6 Answers
+ 2
Yes, dont forget to restart your editor and command line to see the change
23rd Nov 2018, 5:50 AM
Taste
Taste - avatar
+ 1
Set path for your python, which os you're using ? In windows use setx path %path%;to/python/installation
23rd Nov 2018, 5:18 AM
Taste
Taste - avatar
+ 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 ?
23rd Nov 2018, 5:20 AM
Hatsy Rei
Hatsy Rei - avatar
+ 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)
23rd Nov 2018, 5:47 AM
Taurus Capricorn
Taurus Capricorn - avatar
+ 1
Taste do you mean Environmental development on advance settings in control panel? Kishalaya Saha yes I do use windows 10
23rd Nov 2018, 5:48 AM
Taurus Capricorn
Taurus Capricorn - avatar
+ 1
I just wanted to make my basic GUI 😢
23rd Nov 2018, 5:51 AM
Taurus Capricorn
Taurus Capricorn - avatar