Doc/Makefile: set PYTHON to python3 (#124)
rstlint.py run by "make check" doesn't support Python 2. "make venv" runs "$(PYTHON) -m venv", whereas Python 2 doens't provide the venv module: it's a module of Python 3 standard library.
V
Victor Stinner committed
91b0e7d0ca7c59df28f6a6fc1e8eb86a3925b76c
Parent: 5325197
Committed by GitHub <noreply@github.com>
on 2/15/2017, 10:36:08 PM