Quote:
Originally Posted by mobusr
Code:
[root@kindle root]# ls -al /usr/bin/python*
lrwxrwxrwx 1 root root 28 Apr 2 21:37 /usr/bin/python -> /mnt/us/python/bin/python2.7
lrwxrwxrwx 1 root root 28 Apr 2 21:37 /usr/bin/python2 -> /mnt/us/python/bin/python2.7
lrwxrwxrwx 1 root root 28 Apr 2 21:37 /usr/bin/python2.7 -> /mnt/us/python/bin/python2.7
[root@kindle root]# which python
[root@kindle root]# which python2.7
[root@kindle root]# which python2
[root@kindle root]#
|
That may just be the behavior of that version of Busybox Ash.
See if that Ash can "which" any other symlinks.
- - - -
OR try the most recent busybox build (in the ARMhf on Kindle tar ball).
Yes, you can run that version of Ash and all/any of the existing Kindle image files.
The "HowTo" page shows how to switch command line interpreters.