From ea042afc5bb727c73e27b77c26cea5ddfa89c398 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 13 Feb 2017 10:47:14 -0800 Subject: [PATCH] Fix the 'venv' target by using Python 3 (#210) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 484302c5c..87067b9a9 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PEP2HTML=pep2html.py -PYTHON=python +PYTHON=python3 .SUFFIXES: .txt .html .rst