错误而安装Python-PIP
问题描述:
我想对我在Windows计算机上工作的公司安装了“腻子”的等效安装的超集(数据的Airbnb可视化),下面这个教程:http://airbnb.io/superset/installation.html错误而安装Python-PIP
第一线后(须藤yum的安装...)我想这行:
pip install virtualenv
而且我有:
"bash: pip: command not found".
我试过如下:
sudo easy_install pip
sudo yum install python-pip
yum install -y python-pip # after a yum -y update
它仍然无法正常工作...我有错误,每次,尤其是这一个:
Loaded plugins: rhnplugin, search-disabled-repos This system is
receiving updates from RHN Classic or Red Hat Satellite. No package
python-pip available. Error: Nothing to do
然后我在网上找到了解决方案,我想这一点:
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
但我又有一个错误(名称或服务未知)。
我绝对不知道该怎么做。你有解决这个问题的想法吗? 谢谢你的帮助。
编辑:我发现了更多的细节:我用用第一个选项from the Pip page在RedHat Linux 7.2-11
答
我会尝试安装点子。
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
谢谢,但我有一个代理问题。 它的写作:找不到满足要求点的版本(从版本:) 没有匹配的分布找到点....... 所以我试图按照这里的解决方案:http:// stackoverflow .com/questions/41238786/error-no-matching-distribution-found-for-pip 但它不起作用。你有另外的想法吗? – LaPalme