工程中可能会遇到需要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 #使用旧版本安装(如果有)
6月 04
工程中可能会遇到需要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 #使用旧版本安装(如果有)
近期评论