python-pip yum package provides pip-python instead of pip

前端 未结 3 432
离开以前
离开以前 2021-02-01 06:49

I installed python-pip package via yum (using Fedora\'s updates repo). It does not add the pip script to my PATH though.

3条回答
  •  粉色の甜心
    2021-02-01 07:23

    If you install the python-pip package and then run:

    pip-python install -U pip
    

    pip will fix itself.

提交回复
热议问题