I cannot launch IDLE from cygwin for some reason. When I try to open one of my python files using idle, I do the following:
idle file_name.py
and I get the following error:
-sh: idle: command not found
Any ideas why this is happening? For me the same thing happens in git bash, but perhaps it is the same problem?