pip in command prompt or in interpreter | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 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