Today,I am gonna share how to use Python in Termux app on Android phone without need of rooting . It's very simple and easy way to use Python. Thanks to the developer of Termux , Fredrik Fornwall.

Python v3 installation :

1.Open Termux app and type this command:

apt install python

screenshot_20161231-081311

2.Now type y if you want to proceed.Otherwise n .

3.After successful installation, you can use Python by using this command:

python

screenshot_20161231-082914

Python v2 installation :

1. Use this command to install python2 :

apt install python2

screenshot_20161231-082740

2. To run python2, use this command:

apt install python2

I hope this post will be useful to them who want to use Python v3 and v2 without need of rooting Android phone.

Thanks : Minakshi

Thanks to my family.

Share on: TwitterFacebookEmail


Published

Category

Android, Python

Stay in Touch