How can I get rid of this warning to upgrade from pip?

后端 未结 4 2046
轮回少年
轮回少年 2021-01-20 03:52

Whenever I use pip, it warns me that my pip is out of date and that I need to upgrade it by doing pip install --upgrade pip.

But when I do that it seem

4条回答
  •  不要未来只要你来
    2021-01-20 04:24

    You can install pip using system package manager,

    for ubuntu/debian: apt-get install python-pip

    for arch: pacman -S python-pip

    In this the package manager will update pip every time a new version will be available for your distribution.

提交回复
热议问题