【python你不知道的知识】python编译出so静态库

工程中可能会遇到需要python依赖的so库的情况,那现在就来说一下方法吧:

0.环境说明:

①python3.7.2

②centos 7.4

1.安装依赖包:

cd ***/Python-3.7.2 #***是你存放python的目录的位置
./configure --prefix=/usr/local/python3.7 --enable-shared
make
make install altinstall #使用旧版本安装(如果有)

 

 

 

发表评论

Your email address will not be published.