我正在从 python 2.7 升级到 3.6。
我们正在使用 JFrog 工件存储库来托管包。
我已经在 yum repo (artifactory) URL 中验证了包 python36 存在。
以下是尝试过的事情:
In /etc/yum.repos.d/epel.repo, added the baseurl of yum (artifactory) repo.
yum clean all
yum info python36 - Error: No matching Packages to list
yum install python36 - No package python36 available. Error: Nothing to do
但是安装响应说“没有可用的包”。
请告知我是否在这里遗漏任何内容或需要查看其他内容。