DistributionNotFound error after upgrading pip

后端 未结 8 1875
借酒劲吻你
借酒劲吻你 2020-12-31 12:59

In reading about virtualenv here I realized I didn\'t have pip 1.3+, so I ran pip install --upgrade pip and now when I run pip --version i get the

8条回答
  •  长发绾君心
    2020-12-31 13:19

    Hm.. puzzling. Wonder where that 1.2.1 comes from. Just out of curiosity, could you post the contents of /usr/local/bin/pip? Should only be a couple of lines.

    You could try updating pip (again) with distribute, and maybe also distribute itself..

    easy_install --upgrade distribute
    easy_install --upgrade pip
    

提交回复
热议问题