./configure --prefix=/root/python38 --with-openssl=/root/openssl-1.1.0l --enable-shared
注意:/root/openssl-1.1.0l路径为openssl官网下载的源码包解压后的文件夹路径
这样编译后的python pip3才可以正常联网下载模块

./configure --prefix=/root/python38 --with-openssl=/root/openssl-1.1.0l --enable-shared
注意:/root/openssl-1.1.0l路径为openssl官网下载的源码包解压后的文件夹路径
这样编译后的python pip3才可以正常联网下载模块