So I have python 2.7 have pip installed pip is upgraded cant install anything i get all kinds of errors and have tried all kinds of solutions. why do i have to type: C:\Users\kingj>python -m pip install instead of pip install without getting: C:\Users\kingj>pip install 'pip' is not recognized as an internal or external command, operable program or batch file.
everyone else seems to just type pip install etc... i have to do python -m pip install
then when i do do it like that i get this:C:\Users\kingj>python -m pip install django-json Collecting django-json Could not fetch URL https://pypi.python.org/simple/django-json/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661) - skipping Could not find a version that satisfies the requirement django-json (from versions: ) No matching distribution found for django-json
even though i have tried multiple packages by name and i get only that message?!