Since it’s been brought up twice now, I will note that the pip developers do not recommend using the pipX.Y commands[1]. Our recommendation is pythonX.Y -m pip.
pipX.Y
pythonX.Y -m pip
in fact, we have seriously considered removing them ↩︎