pip in command prompt or in interpreter | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

pip in command prompt or in interpreter

what is different between pip library in command prompt and interpreter

17th Dec 2019, 7:15 AM
Sahar
Sahar - avatar
1 Respuesta
+ 1
You can also use it in intepreter, but you need a function from os library. import os os.system(input("Type here the wanted command: "))
17th Dec 2019, 2:00 PM
Seb TheS
Seb TheS - avatar