qpython icon indicating copy to clipboard operation
qpython copied to clipboard

using python on adb shell

Open iipeace opened this issue 7 years ago • 0 comments

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 ;(

iipeace avatar Feb 07 '18 23:02 iipeace