Termux-packages: Package request: Mercurial

Created on 11 Aug 2016  路  3Comments  路  Source: termux/termux-packages

https://www.mercurial-scm.org/

Termux already has Git and Subversion, might as well include the other major version control system.

Most helpful comment

Hi, Mercurial can already be installed from the python package Index

apt install python2
pip2 install mercurial
hg --version
Mercurial Distributed SCM (version 3.9)

All 3 comments

Hi, Mercurial can already be installed from the python package Index

apt install python2
pip2 install mercurial
hg --version
Mercurial Distributed SCM (version 3.9)

Ah, forgot about pip2.

Guess I'll close this, then.

https://github.com/termux/termux-packages/issues/987#issuecomment-391512988

mentions that the instructions above are no longer sufficient to pkg install mercurial.

you may first need to pkg install python2 python2-dev clang crypt-dev

Was this page helpful?
0 / 5 - 0 ratings

Related issues

reggi picture reggi  路  4Comments

adit picture adit  路  3Comments

bbtdev picture bbtdev  路  3Comments

Cyb3rD3m0n picture Cyb3rD3m0n  路  3Comments

divyakutty picture divyakutty  路  3Comments