I am new to using python, and am wanting to be able to install packages for python using pip. I am having trouble running pip on my windows computer. When typing in "pip --version" into command prompt I get:
ModuleNotFoundError: No module named 'pip._internal'; 'pip' is not a package
I have added the scripts folder to the PATH environment variable as shown on the picture in this link Environment variables photo (Stack overflow does not allow embedded pictures if you are new)
This is the contents of my scripts directory where pip is present:
Directory of C:\Users\....\AppData\Local\Programs\Python\Python37-32\Scripts
[.]                    [..]                   easy_install-3.7.exe
easy_install.exe       pip-script.py          pip.exe
pip.exe.manifest       pip3                   pip3-script.py
pip3.7-script.py       pip3.7.exe             pip3.7.exe.manifest
pip3.exe               pip3.exe.manifest      wheel.exe
Any help on this would be appreciated
 
     
    