scl启用rh-python36 bash错误

时间:2018-08-20 07:16:09

标签: python centos7

在CentOS 7上,我通过“ yum install centos-release-scl”安装了SCL工具,没有错误。然后,我使用“ yum install rh-python36”为Python 3.6安装了SCL环境。但是,当我尝试使用“ scl enable rh-python36 bash”启用环境时,出现以下错误:

scl启用rh-python36 bash   文件“”,第1行     从distutils import util,sysconfig;打印util.get_platform()+'-'+ sysconfig.get_python_version()

有人知道如何解决此错误吗?目前,我什至不确定正在执行的文件位于何处。感谢您提供的任何帮助。

0 个答案:

没有答案