pip in command prompt or in interpreter | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
+ 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