Installing Mercurial on MacOS Big Sur

Johannes hguser at bbe-moldaenke.de
Tue Feb 16 08:18:39 UTC 2021


Noel Duffy asked:
> So, for Big Sur, what’s the best option to get Mercurial installed
> with proper verification of the source?

I'm not sure about the best way. But because you mentioned living on
the command line one option is to install Python (they have GPG signed
downloads) and then just

    pip install mercurial

or if pip isn't included download some version of pip and copy it to
site-packages and then

    python -m pip install mercurial



More information about the Mercurial mailing list