Hi Martin, > python3 -m pip install --upgrade pip > PATH=$HOME/Library/Python/3.9/bin:$PATH > export PATH > pip install mercurial > > did it for me on cfarm104
I have never seen HG command to be Python app. The recommended approach works, thank you very much. cfarm104:wp2latex jara$ hg pull pulling from http://hg.code.sf.net/p/wp2latex/wp2latex searching for changes no changes found cfarm104:wp2latex jara$ hg up -C 0 files updated, 0 files merged, 0 files removed, 0 files unresolved cfarm104:wp2latex jara$ best regards Jara > > M > > On Sun, 19 Oct 2025 at 13:31, Pierre-Yves David via cfarm-users < > [email protected]> wrote: > > > > > On 10/19/25 12:01, Segher Boessenkool via cfarm-users wrote: > > > > HG is usually precompilled binary in package that is easy to install. > > Recompillation is > > too much work at least when this is a temporary solution. > > > > Mercurial is a challenge to build, yeah. > > > > > > Pre-compiled wheel are available on Pypi, so it is fairly easy to install > > `pipx` of `uv tool` to install it. > > > > > > -- > > Pierre-Yves David > > > > _______________________________________________ > > cfarm-users mailing list > > [email protected] > > https://lists.tetaneutral.net/listinfo/cfarm-users > > > _______________________________________________ cfarm-users mailing list [email protected] https://lists.tetaneutral.net/listinfo/cfarm-users
