I don't _think_ this is just Windows Bashing: MS has done very very
little to improve the whole command line experience on Windows over
the years.
All that is a way to say that Python can only make it so easy for
Windows users, but what's in place is not bad, and it really makes
sense for pip to use what's been there for ages, i.e. a command called
"pip" (and pip2, pip3...) that sits in the same place that all other
third-party Pyton "scripts" are installed. No matter how you slice it,
a user will need to put that on their PATH one way or another.
Of course, what MS is telling us is: don't rely on the command line!
So a really nice thing to do for Windows users would be to provide a
little GUI pip tool that's part of the standard install. (not that I'm
volunteering to write it...has no none yet written a tkInter-bsed pip
front-end?)
the current setuptools exe-wrapper feels really kludgy, but it works
-- it seems the only real problematic issue is the self-update problem
-- maybe there is a Windows guru somewhere that can fix that....