I currently use python 3.2.3 in the IDLE (which I open from 'python 3', 'programming', 'menu') on my Raspberry Pi. In an attempt to solve this problem I am trying to get my IDLE to run python 3.5.
I have got Python 3.5 to run if I enter into the terminal
python3
but the IDLE still uses Python 3.2.3
Any thoughts?
EDIT: I realise it is actually a duplicate to this question, but because the asker didn't specify that they wanted the IDLE version, the answerers didn't answer the question how it was intended.