合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
### 终端下载Python包: ``` wget https://www.python.org/ftp/python/3.6.8/Python-3.6.8.tar.xz # 下载 tar xJf Python-3.6.8.tar.xz # 解压 ``` ### 终端安装: ``` cd Python-3.6.8/ /configure --with-ssl # 配置openssl make make install ```