Python Forum

Full Version: Why isnt this working? pip installs not working with cmd prompt?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
on command line type pip -V to see which version of python it's paired with.
(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.