From 729beddc0a91ea010368e79ef1d1c790aebdc072 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Sun, 26 Feb 2006 16:19:05 +0000 Subject: [PATCH] For Windows, don't add version to Python interpreter name. Seem that this does not work. [SVN r33118] --- src/tools/python.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/python.jam b/src/tools/python.jam index fbcf05d1f..45f18d980 100644 --- a/src/tools/python.jam +++ b/src/tools/python.jam @@ -219,7 +219,7 @@ rule init-nt ( version : root ? : includes ? : libraries ? : cygwin-condition ? local interpreter = [ common.get-invocation-command - python : python$(version) : : $(root)/bin + python : python : : $(root)/bin $(root) $(root)/PCBuild : path-last ] ;