I have both python2.7 and python3.2 installed in Ubuntu 12.04. The symbolic link python links to python2.7
python2.7
python3.2
Ubuntu 12.04
python
To install pip for python3 use should use pip3 instead of pip. To install python in ubuntu 18.08 bionic
sudo apt-get install python3.7
To install the required pip package in ubuntu
sudo apt-get install python3-pip