Okay, so I have python 3.5 on my system. Whenever I open a .py file, Idle3 starts, thus pressing F5 will instantly run my code.
However I need python 2.7 now for an assignment. In terminal I've installed 'idle' so, I can open idle and idle3 there easily.
My problem is, I can't change my .py files' default application to idle. It only sees idle3, so I can't open my files with idle(2.7) as default.
Is there any simple workaround for that?