Python Forum
Where is usually located the python interpreter on android devices?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Where is usually located the python interpreter on android devices?
#1
I need to locate it to deamonize an script. Android has no "/usr" folder unlike most linux. I downloaded Python 3 from termux app and use qpython as IDLE. Thanks!
Reply
#2
Python interpreter on Android can be an implementation. An example is Skulpt. You are not running a python interpreter on their server. It mimics python. Thus you can restrict what modules you import, read and write permissions, etc.

Termux appears to be similar based on researching. Although i have never used it so i cant say 100% either way.
Quote:Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required.
Quote:is achieved using VOC, a tool that compiles Python source code to Java class files. This allows Python code to be executed as a native binary on the JVM.

more info.
Recommended Tutorials:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  android e python fece recognition Fabiola 1 684 Sep-13-2023, 04:59 PM
Last Post: albertschmidt
Question Running Python under Termux on Android tablet dfkettle 1 3,359 Jan-25-2023, 02:34 PM
Last Post: dfkettle
  Mac default python interpreter Viewpoint8455 2 874 Oct-13-2022, 06:25 AM
Last Post: perfringo
  Python-for-Android:p4a: syntax error in main.py while compiling apk jttolleson 2 1,777 Sep-17-2022, 04:09 AM
Last Post: jttolleson
  Python Interpreter ankitdixit 4 2,621 Jun-10-2022, 12:37 PM
Last Post: katy1234
Photo Visual studio code unable to color syntax on python interpreter tomtom 4 6,689 Mar-02-2022, 01:23 AM
Last Post: tomtom
  How to set Tab size to 4 in Python interpreter? zzzhhh 1 1,797 Jan-18-2022, 12:11 PM
Last Post: snippsat
  readline.parse_and_bind() does not work in start-up script of Python interpreter zzzhhh 0 1,476 Jan-18-2022, 11:05 AM
Last Post: zzzhhh
  Python bot for ADB Android SCRCPY Bizzy_ 3 4,387 May-01-2021, 10:41 AM
Last Post: Larz60+
  why print('\n') produced 2 new lines instead of 1 - Located inside a FOR loop JulyFire 2 2,467 Jan-10-2021, 01:50 AM
Last Post: JulyFire

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020