Executing python script in android terminal emulator

我只是一个虾纸丫 提交于 2019-12-21 13:00:47

问题


I installed python 2.7 in my Android device and I tried executing a python script by typing the command in terminal emulator. The problem is that although I use the full path for python the following error appears:

link_image[1997]: failed to link ./python CANNOT LINK EXECUTABLE.

I tried to add environment variables in ./~bashrc but I didn't make it. Any idea ?


回答1:


OK it is solved. I followed these steps (http://code.google.com/p/python-for-android/wiki/RunPythonFromShell) but first I had to put the file standalone_python.sh in /data/ because in sdcard I had no permission to execute. And finally using 'su' I made it to run my script as root.



来源:https://stackoverflow.com/questions/18901323/executing-python-script-in-android-terminal-emulator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!