由於此unanswered question中的問題,我正嘗試重新安裝Mercurial。我在this question找到卸載說明。但是,當我運行easy_install -m mercurial
時,我不知道如何繼續。我是Mac新手。你能告訴我接下來該做什麼嗎?無法在Mac上卸載Mercurial
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
您應該在我們的姊妹網站[AskDifferent]上提問(http://apple.stackexchange.com/help/on-topic)。 – msw