Python Forum
Python and PIP - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Python and PIP (/thread-22284.html)



Python and PIP - scratchmyhead - Nov-06-2019

I downloaded and installed python 3.7 version and have been running Pycharm with no problem but when I go to the command prompt and check the python version and pip version, it doesn't show any one of the two installed. It gives me an error. It wont give me the version number. I type the following in the command prompt:

pip --version

So when I type this in, i get an error message basically saying it doesn't recognize pip.

Could anyone tell me what exactly is going on? Thanks.


RE: Python and PIP - Evil_Patrick - Nov-06-2019

Go to My Computer > Properties > Advanced system settings > Environment Variables
Select Path then edit and paste pip dir.


RE: Python and PIP - scratchmyhead - Nov-06-2019

Thanks. Will do.


RE: Python and PIP - snippsat - Nov-06-2019

Also look at Python 3.6/3.7 and pip installation under Windows
It's Scripts folder that should be in Environment Variables Path,if i just copy image from link over.
[Image: GUgLry.jpg]


RE: Python and PIP - scratchmyhead - Nov-06-2019

Thank you


RE: Python and PIP - scratchmyhead - Nov-06-2019

Got it fixed. Thanks guys!