大家好,又见面了,我是你们的朋友全栈君。
说明
代码语言:javascript复制安装Python-dev,但是在centos上面没有该包.
[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