how to upgrade to latest Python 3.3.2 - Raspberry Pi Forums
hello all,
how can upgrade new version (python 3.3.2 - 15 may 2013) - . running raspbian “wheezy” (2013-05-25-wheezy-raspbian). want use raspberry pi coursera class: coding matrix: linear algebra through computer science applications, , course needs version 3.3.2.
in advanced,
ggia
how can upgrade new version (python 3.3.2 - 15 may 2013) - . running raspbian “wheezy” (2013-05-25-wheezy-raspbian).
code: select all
pi@raspberrypi ~ $ sudo apt-get upgrade python3 reading package lists... done building dependency tree reading state information... done 0 upgraded, 0 newly installed, 0 remove , 0 not upgraded. pi@raspberrypi ~ $ python3 python 3.2.3 (default, mar 1 2013, 11:53:50) [gcc 4.6.3] on linux2 type "help", "copyright", "credits" or "license" more information. >>> in advanced,
ggia
haven't done 3.x on rpi guess can compile sources if there no binary package available yet. here link official instructions:
http://docs.python.org/devguide/
or can try find binary package other source raspbian i'd go compiling myself source option.
http://docs.python.org/devguide/
or can try find binary package other source raspbian i'd go compiling myself source option.
raspberrypi
Comments
Post a Comment