0
PIP, python
what's the difference between pip installing in the cmd and the pycharm terminal?
4 Answers
+ 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)
+ 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
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?