}

SOLVED: pip: command not found

Created:

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