Default python folder: c:/python My script file name.py is in that folder. Tested my script in the shell and works. When i do python name.py is gives me syntax error in cmd Now when i changed command prompt start in location to the python folder it worked. Is there a way i dont have to do that but for it to still open if i do python name.py? Or what do you all recommend?
When i just type python it shows version etc. So i know the variables for that are correct... So i have no clue