Because of the problem in this unanswered question, I'm trying to re-install Mercurial. I find the uninstall instructions in this question. However, when I run easy_install -m mercurial
, I do not know how to proceed. I'm new to Mac. Could you please tell me what I should do next?
sudo easy_install -m mercurial
Password:
Searching for mercurial
Best match: mercurial 3.5.2-20151001
Using /Library/Python/2.7/site-packages
Because this distribution was installed --multi-version, before you can
import modules from this package in an application, you will need to
'import pkg_resources' and then use a 'require()' call similar to one of
these examples, in order to select the desired version:
pkg_resources.require("mercurial") # latest installed version
pkg_resources.require("mercurial==3.5.2-20151001") # this exact version
pkg_resources.require("mercurial>=3.5.2-20151001") # this version or higher
Processing dependencies for mercurial
Finished processing dependencies for mercurial