I\'m trying to install the latest version of pip (currently 8.1.2) on the official ubuntu/trusty64 Vagrant box. The box comes with Python 2.7.6 and 3.4.3 pre-installed with apt-
This worked for me on ubuntu 18.0.4:
1- sudo apt-get update 2- sudo apt-get upgrade 3- sudo apt-get install python-pip 4- pip -V