Cómo compilar python3.4 en ubuntu
Debe ingresar python3 en la terminal para ver si se puede abrir. Si se puede abrir, significa que ya tiene python3 en su sistema.
Simplemente ejecute el archivo .py en el siguiente formato.
python3 test.py
Si python3 no está instalado,
wget http://www.python.org/ftp/python/3.3.5/ Python -3.3.5.tar.xz
tar xJf ./Python-3.3.5.tar.xz
cd ./Python-3.3.5
./configure --prefix=/opt/python3.3
make && sudo make install
Lo anterior es el comando completo para descargar/instalar 3.3.