【发布时间】:2011-09-08 10:01:59
【问题描述】:
我已经研究了好几个小时了。
我正在尝试将我的 repo 更改推送到 kiln 但我收到此错误:
certificate checking requires Python 2.6
我已经按照link 中的说明安装了 Python 2.6 的并行安装,但错误仍然存在。顺便说一下,系统是ClearOS 5.2。
我的第一个问题是,安装/升级 mercurial 会破坏我现有的安装吗?
我尝试按照这些说明link1 和[我丢失了另一个链接] 重新安装,但遇到了另一个错误。 然后我找到了这个命令 debuginstall,结果如下:
[root@system mercurial-1.7.5]# hg debuginstall
Checking encoding (UTF-8)...
Checking installed modules (/usr/lib/python2.4/site-packages/mercurial)...
Checking templates...
Checking patch...
Checking commit editor...
Checking username...
no username supplied (see "hg help config")
(specify a username in your configuration file)
1 problems detected, please check your install!
我的另一个问题是,我可以将现有 hg 的设置更改为仅使用已安装的 python26 吗?
提前致谢!
【问题讨论】: