qpython
qpython copied to clipboard
using python on adb shell
how can I use python binary on adb shell? when I run a bellow command, $ export PYTHONHOME=. $ LD_LIBRARY_PATH=. ./python
I see a bellow error.
ImportError: No module named site
could you let me know where is python default module? I want to run guider(https://github.com/iipeace/guider) tool on adb shell ;(