Sage can't find python
I am attempting to run Sage on my Android phone via a Linux image on my sd card. I have Ubuntu 12.04 running on an ARM7 processor, so I downloaded the ARM version of Sage posted on the mirrors. However, after unpacking, Sage won't run, it just shows the into box and then exits. Upon running
sage -python
I get
/home/ubuntu/sage/spkg/bin/sage: line 489: /home/ubuntu/sage/local/bin/ptyhon: No such file or directory
If I run
$ sage -sh
(sage-sh)$ python
Nothing happens, it just comes back to the prompt. Alternatively, if I run
(sage-sh)$ sage-native-execute python
it gives me Python intro. Any thoughts?
Is `sage/local/bin/python` executable?