Submit Form

HOW TO INSTALL PYTHON ON TERMUX

                         PYTHON.                             


In this tutorial, we are going see the Steps to Install Python on Android using Termux 
Termux having Two Python Packages - Python v2 & python v3.

For full video tutorial visit  👉toturial

 Termux is an Android terminal emulator and Linux environment application that works directly with no rooting or setup required. A minimal base system is installed automatically, additional packages are available using the APT package manager.
Here are the commands on how to install python in termux
$ apt update
$ apt upgrade
$ apt install python
$ apt install python2
NOTE: Press Y to continue

For full video tutorial visit  👉toturial

Post a Comment

0 Comments