I'm starting out with Python, I have installed the command prompt and IDLE. Version 3.7, 32 bits. I am having trouble setting Python to interactive mode.
I have tried changing the environmental variable, through the following steps:
Going to PC → Advanced System Settings → Environmental variable → new
Then typing:
Variable Name: Python
Variable Value: C:\Python37
Just so you know it is saved in my desktop folder, in python 3.7
folder, and in that is the command prompt and IDLE (type is said to be shortcut)
SO when I go to the command prompt and type python
or Python
or Python37
or Python3.7
, it just shows a name error/not defined error
The thing is I can still use it to print and calculate stuff, but setting it to interactive mode is the challenge. I am very new as you can tell, help would be appreciated!