2011-12-02

The easy way to install Mercurial in Centos 5.7 (or any 5.x)

There is no Mercurial RPM in default repositories and if you don't want to use 3rd party repos, just use python easy_install to install:
# sudo yum install python-setuptools python-devel gcc -y
# sudo easy_install Mercurial

4 comments:

  1. Works like a charm on my machine.
    Thanks a lot.

    ReplyDelete
  2. that's a great way to do it thanks :)

    ReplyDelete
  3. +1, much easier than the other solutions out there. Thanks a bunch !

    ReplyDelete