We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python
1 parent fc3255f commit 49d7c69Copy full SHA for 49d7c69
docs/Makefile
@@ -2,7 +2,7 @@
2
# Need to set PYTHONPATH so that we pick up the local tskit
3
PYPATH=$(shell pwd)/../python/
4
TSK_VERSION:=$(shell PYTHONPATH=${PYPATH} \
5
- python3 -c 'import tskit; print(tskit.__version__.split("+")[0])')
+ python -c 'import tskit; print(tskit.__version__.split("+")[0])')
6
7
BUILDDIR = _build
8
DOXYGEN_XML=doxygen/xml
0 commit comments