I am using PuTTY to terminal into my Pi3. I want to create and push some Python to it using IDLE. I am running Python 2.7.13. In my terminal, I executed the following to create a file on the Pi:
touch gpio_led.py
This command worked. I now want to open the file:
idle3 gpio_led.py
This does not work, returning the error: Idle3 command not found (see attached screenshot). I am simply following the instructions in the tutorial i am going through but have hit a wall at this point. What am I missing?
Thank you in advance for any help.
Scott