SyntaxFix
Write A Post
Hire A Developer
Questions
On Ubuntu 14.04 I resolved this by using the pip installation bootstrap script, as described in the documentation
wget https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py
That's an OK solution for a development environment.