企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 终端下载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 ```