Quote:
Originally Posted by knc1
That may just be the behavior of that version of Busybox Ash.
See if that Ash can "which" any other symlinks.
|
it works for bash, but not for python:
Code:
[root@kindle root]# which bash
/bin/bash
[root@kindle root]# ls -al /bin/bash
lrwxrwxrwx 1 root root 7 Apr 23 12:50 /bin/bash -> busybox
basically works ONLY for every symlink pointed to busybox.
Quote:
- - - -
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.
|
will try this later, thanks