add a topic but not a head
Uwe Brauer
oub at mat.ucm.es
Fri Jun 14 13:49:47 UTC 2019
>>> "CdV" == Christophe de Vienne <christophe at cdevienne.info> writes:
> Le 14/06/2019 à 14:11, Uwe Brauer a écrit :
>>
>>> Le 14/06/2019 à 12:19, Uwe Brauer a écrit :
>>
>>> 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.
>>
>> Ah now I am really confused:
>>
>> when I do in my evolve clone
>> hg up tip
>>
>> And then
>> pip install --user .
> Here the "." means that the current directory contains a package
> sources, and pip will install it.
Ah this is cool, thanks very much so it should work also in hg-stable?
And it seems that pip uninstall --user . Would uninstall it?
BTW where is hg-stable or evolve installed for a user?
Whats about the path? (suppose I don't uninstall hg 4.4 from the Ubuntu
repo?)
Which command has preference? I presume the one installed by the user.
> But pip can also install packages directly from pypi, so if you type
> "pip install --upgrade --user mercurial" it will get the latest version
> of mercurial and install it. Same thing for hg-evolve.
I think in the past I tried that, not sure whether it was with hg-git
and it did not work out exspected
More information about the Evolve-testers
mailing list