Mercurial > evolve
view docs/tutorial/testlib/docgraph_setup.sh @ 6485:623517b1d83b
packaging: use python3 instead of python in debian/rules
Looks like `python` doesn't exist for certain setups, and also using python3
explicitly is better (considering our .deb building scripts/infrastructure only
supports Python 3).
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 07 Apr 2023 15:52:26 -0300 |
parents | aad37ffd7d58 |
children |
line wrap: on
line source
. $TESTDIR/testlib/pythonpath.sh cat >> $HGRCPATH << EOF [extensions] docgraph= EOF