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

非 Y 不嫁゛ 提交于 2019-12-02 19:23:19

It is probably to avoid a conflict with another package that has an executable called pip. As long as you don't install that package, you should be safe.

Another annoying example of this is the chromium browser, which my distro's executable is chromium-browser to avoid a conflict with some game I had never heard of until I did an: apt-get install chromium.

RyanBrady

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

pip-python install -U pip

pip will fix itself.

This used to be the case on Fedora, due to the conflict noted with the perl-pip package. With the gracious consent of the perl-pip packager, this has been updated in recent versions, so installing pip-python on Fedora 17 or later now installs /usr/bin/pip

See https://bugzilla.redhat.com/show_bug.cgi?id=958377 for details.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!