如何在 Centos 6.5 上安装 python27-devel
- 作者: 我是你内心深处的秘密
- 来源: 51数据库
- 2023-01-12
问题描述
我已经从源代码安装了 python 2.7.6,但是找不到如何为 python 2.7 安装 python-devel
I have installed python 2.7.6 from source, but can't find how to install python-devel for python 2.7
yum install python27-devel
不起作用.如何安装?
推荐答案
感谢您的反馈.首先,如果你尝试运行 yum install python27-devel,那么你应该得到这样的消息:
Thanks for your feedback. First of all, if you try to run yum install python27-devel, then you should get the message like this:
No package python27-devel available
然后我按照这个 链接,
yum search python | grep -i devel
如果您的操作系统是 64 位操作系统,这将显示您有可用的 python-devel.x86_64 软件包.如果我是正确的,那么以下命令应该可以正常工作,如接受的答案所示:
This will show you that you have python-devel.x86_64 package available if your OS is a 64 bit OS. If I am correct, then the following command should work fine as shown in the accepted answer:
yum install python-devel.x86_64
推荐阅读
热点文章
Discord.py(重写)on_member_update 无法正常工作
0
Discord.py 在 vc 中获取用户分钟数
0
discord.py 重写 |为我的命令出错
0
Discord.py rewrite 如何 DM 命令?
0
播放音频时,最后一部分被切断.如何解决这个问题?(discord.py)
0
在消息删除消息 Discord.py
0
如何使 discord.py 机器人私人/直接消息不是作者的人?
0
(Discord.py) 如何获取整个嵌入内容?
0
Discord bot 尽管获得了许可,但不能提及所有人
0
Discord.py discord.NotFound 异常
0
