Python Forum
Why isnt this working? pip installs not working with cmd prompt? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Why isnt this working? pip installs not working with cmd prompt? (/thread-17214.html)



Why isnt this working? pip installs not working with cmd prompt? - ejected - Apr-02-2019

So I mainly use PyCharm and in PyCharm everything works fine when I pip install something but I'm trying to use my cmd prompt now and it isn't quite working as easily.

I try to pip install something and it installs properly with no errors... But then when I try to use the module (in cmd prompt) it doesn't work.


RE: Why isnt this working? pip installs not working with cmd prompt? - Larz60+ - Apr-02-2019

on command line type pip -V to see which version of python it's paired with.


RE: Why isnt this working? pip installs not working with cmd prompt? - snippsat - Apr-02-2019

(Apr-02-2019, 01:55 PM)ejected Wrote: But then when I try to use the module (in cmd prompt) it doesn't work.
Look at this show basic usage of pip Python 3.6/3.7 and pip installation under Windows.
For PyCharm look at Configure a Python interpreter in PyCharm.