使用的centos7.5,自带的python2.7,想升级到3.7,安装过程中到了./configure这一步出现:configure: error: working directory cannot be determined
网上的方法都试了不行,环境都安装了,/usr/local/python3.7这个文件夹也给了777权限,希望大神指点下
weixin_39595271的博客centos安装python3.7时遇到如下问题,查阅知需要的openssl版本最低为1.0.2,但是centos 默认的为1.0.1,所以需要重新更新opensslimport _ssl # if we can't import it, let the error propagateImportError: No ...