Is it possible to run python 3.4 on a Raspberry Pi?
Currently I have python 3.2, but the odd thing is that running
sudo apt-get update
sudo apt-get install python3
results in my Raspberry Pi informing me that python3
is 'already the newest version'.
I have also tried sudo apt-get install python34
, but this tells me that no such package exists.
Does anyone know how to get python 3.4 running on a Raspberry Pi?