I've seen many threads about this, and have tried all options except for completely wiping Python off of my machine and re-downloading everything...
I'm using a Windows 10, 64-bit machine, and had already downloaded Python2.7. Commands like 'C:\>pip install seaborn' were not an issue.
I recently downloaded Python3.6, and now my pip will not work - it returns the error in the title.
I have added C:\Python27, C:\Python36, C:\Python27\Scripts, C:\Python36\Scripts
to my Path, and still it won't work.
If I type in the command C:\>python27 -m pip install seaborn
, however, the pip works. I am really confused why I can no longer just type in pip install and have it work.
Thanks in advance!