OpenShift Getting Started页面说要运行
sudo rhn-channel --add --channel=rhel-x86_64-server-optional-6
为了在RHEL 6中安装rubygems但是当我运行该命令时,我得到了输出
An error has occurred:
<type 'exceptions.TypeError'>
See /var/log/up2date for more information
我该如何解决这个问题?
答案 0 :(得分:2)
改为运行此命令:
yum-config-manager --enable rhel-6-server-optional-rpms
答案 1 :(得分:1)
只需尝试:yum install rubygems如果你的目标只是安装rubygems然后rhc
这应该有效:)