Le 14/06/2019 à 12:19, Uwe Brauer a écrit : >>>> "CdV" == Christophe de Vienne <[email protected]> writes: > >> Le 14/06/2019 à 11:10, Uwe Brauer a écrit : > >>> It seems that all are compatible with 5.0, the only thing which makes me >>> doubt is that I don't like the fact that hg-stable does not provide a >>> uninstall option, so I prefer to have a debian package. I could try to >>> use checkinstall though. > >> I personally use "pip2 install --user mercurial hg-evolve", so the >> system is not polluted, and then "pip2 uninstall" can be used to uninstall. > > A thanks! This sounds good, but in which directory I have to execute it? > In one which contains the repository of the hg-stable branch? > > The point is I already run > > pip install --user evolve > > In the directory which contains the evolve repository > > So I am a bit confused now, sorry.
You don't have to clone the repositories, pip will download the packages from pypi. So the command can be run from anywhere with the same result. -- Christophe de Vienne _______________________________________________ Evolve-testers mailing list [email protected] https://www.mercurial-scm.org/mailman/listinfo/evolve-testers
