CentOS安装python-dev,python-devel[通俗易懂]

2022-06-25 16:12:36 浏览数 (1)

大家好,又见面了,我是你们的朋友全栈君。

说明

安装Python-dev,但是在centos上面没有该包.

代码语言:javascript复制
[root@master audiotools-3.0]# yum install python-dev
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.163.com
 * extras: centos.ustc.edu.cn
 * updates: mirrors.163.com
没有可用软件包 python-dev。

原因是:centos上面python-dev名为python-devel。

安装

代码语言:javascript复制
yum -y install python-devel

发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/151171.html原文链接:https://javaforall.cn

0 人点赞