I have installed termux app and I want it's mysql connected with python in phone .how can I do it ? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

I have installed termux app and I want it's mysql connected with python in phone .how can I do it ?

1st Dec 2020, 7:05 AM
ANKIT SINGH PATEL
2 Respuestas
+ 3
Type this command pkg install python This will install python3. Now to access python, type python It will open up the python terminal. To install modules and packages, use the standard pip commands. This way, you can access python using termux
1st Dec 2020, 9:46 AM
Charitra
Charitra - avatar
+ 1
It's simple first install pyroid3 app & Type pip install mysql.connector on terminal . Then
1st Dec 2020, 8:48 AM
Sâñtôsh
Sâñtôsh - avatar