pip in command prompt or in interpreter | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
+ 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