This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients Lokesh Chandak, methane, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-06-24.15:28:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561390107.85.0.811506026605.issue37378@roundup.psfhosted.org>
In-reply-to
Content
> Also, just one question: how could python -m pip work but not pip? What are the differences in them?

To answer this, "pip" on its own is essentially like writing the full path to a specific python.exe and passing "-m pip". If that Python install has been removed or (more likely in this case) is broken, then you'll get the error you're seeing.

Fixing your PATH as suggested should do it.
History
Date User Action Args
2019-06-24 15:28:27steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, methane, zach.ware, Lokesh Chandak
2019-06-24 15:28:27steve.dowersetmessageid: <1561390107.85.0.811506026605.issue37378@roundup.psfhosted.org>
2019-06-24 15:28:27steve.dowerlinkissue37378 messages
2019-06-24 15:28:27steve.dowercreate