Will I ever find pip to be installing resources for python 3 in the way that pip3 does? I've been making the assumption that when an upgrade to default to python 3 occurs, pip would also be pointed at python 3 resources, but recently went to use a python 3 only docker container built on Red Hat's UBI 8 (I believe) and found pip unavailable and pip3 the only available.
It is an easy fix, but I'm trying to understand the developers intent.