Created: Jun 28, 2017
A new ubuntu installation is not shipped with pip:
pip: command not found
To install pip install python-pip with apt-get
sudo apt-get install python-pip