So, at present, if I (as a 100% Python 3 user) want to install a package, I type "pip install XXX". No version suffix. In the same way, to invoke Python, I type "py" (I'm on Windows here) or if I want the currently active virtualenv, "python".But you should be typing python3 here, not python (and PEP 394 is trying to get people to start using python2 as the name to invoke).