}

SOLVED: pip: command not found

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

Related Tutorials