My python version is 3.70. sudo python3 --version.
I installed pip3 using below command:
sudo apt install python3-pip
But while I checked pip3 version by: pip3 --version
pip 19.0.1 from /usr/local/lib/python3.4/dist-packages/pip (python 3.4)
Why it is not installing for python3.7?