On Ubuntu server :
# easy_install mercurial
Searching for mercurial
Best match: mercurial 1.8.1
Adding mercurial 1.8.1 to easy-install.pth file
Using /usr/local/lib/python2.6/dist-packages
Processing dependencies for mercurial
Finished processing dependencies for mercurial
Now, if I do hg version
it says I'm using the 1.6.3 version!
I want to use the last version. the -U option don't work. The -m option don't work.
Any idea what's the problem?