问题:
unbuntu pkg_resources.DistributionNotFound: The 'pip==1.5.4' distribution was not found and is required by the application
解决:
wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo Python
sudo easy_install pip==1.5.4
cd /usr/bin
sudo gedit easy_install
修改版本
sudo gedit easy_install-2.7
修改版本
成功!
即可安装其他python依赖
来自http://blog.youkuaiyun.com/allyli0022/article/details/54894805