PIP, python | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

PIP, python

what's the difference between pip installing in the cmd and the pycharm terminal?

13th Mar 2021, 10:58 AM
Yahel
Yahel - avatar
4 Respostas
+ 2
pip is a package manager use to download modules or independences for python (like npm on Node.js) But pycharm is an IDE (like visual studio)
13th Mar 2021, 12:13 PM
Jamal Saied
Jamal Saied - avatar
+ 2
Yahel no, there's no different But be careful when you use CMD you should go to the right path on your project folder
13th Mar 2021, 12:21 PM
Jamal Saied
Jamal Saied - avatar
0
Jamal yes, I know. I mean: let's say that I install a module with the pip install command in the CMD, is it any different from writing the command In the pycharm terminal?
13th Mar 2021, 12:19 PM
Yahel
Yahel - avatar
0
Jamal ok, thanks. Just making sure because I thought that when you do it in the cmd its available for all python project on your pc, and when you use the terminal- it's for the particular project you are on.
13th Mar 2021, 12:23 PM
Yahel
Yahel - avatar