Code: Select all
pi@pizero:~ $ python
Python 2.7.13 (default, Sep 26 2018, 18:42:22)
[GCC 6.3.0 20170516] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
pi@pizero:~ $ python3
Python 3.5.3 (default, Sep 27 2018, 17:25:39)
[GCC 6.3.0 20170516] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
Thx I'll try itneilgl wrote: ↑Sat Sep 07, 2019 12:44 pmOn a pi3 running stretch, thanks to @DirkS:
Menu / Preferences / Main Menu Editor.
In the editor dialog select 'Programming' and enable (tick mark) 'Python 2 (IDLE)
BUT as python2 will be dropped from Debian (and hence Raspbian) soon, I would move to python3.