Skip to content

Commit 49d7c69

Browse files
hyanwongjeromekelleher
authored andcommitted
Use plain python in doc Makefile
1 parent fc3255f commit 49d7c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Need to set PYTHONPATH so that we pick up the local tskit
33
PYPATH=$(shell pwd)/../python/
44
TSK_VERSION:=$(shell PYTHONPATH=${PYPATH} \
5-
python3 -c 'import tskit; print(tskit.__version__.split("+")[0])')
5+
python -c 'import tskit; print(tskit.__version__.split("+")[0])')
66

77
BUILDDIR = _build
88
DOXYGEN_XML=doxygen/xml

0 commit comments

Comments
 (0)