Is there any way that I can install "pip" for "Python2.7" ? I could install python2.7 by
sudo apt install python2-minimal
I tried installing pip for this.
sudo apt install python-pip / python2-pip / python2.7-pip
but none worked. Can anybody have solution for this.