cd Python-3.7.3 #安装到/usr/local下与自带的python区分开 ./configure --prefix=/usr/local make && make install tar -xvf openssl-1.1.1b.tar.gz tar -xvf nginx ...