When you install python3 , pip3
gets installed. And if you don't have another python installation(like python2.7) then a link is created which points pip to pip3
. So pip is a link to to pip3 if there is no other version of python installed(other than python3). pip generally points to the first installation
Mainly PIP for Python 2.x
PIP3 is for Python 3