From 75e9d10bdfe4db81abf1aeb47219b79e10c1a7c4 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 8 May 2014 23:02:07 +0000 Subject: [PATCH] [SCons] Print path to Python interpreter when building --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SConstruct b/SConstruct index f6eba864a..81c85db0e 100644 --- a/SConstruct +++ b/SConstruct @@ -75,6 +75,8 @@ if 'clean' in COMMAND_LINE_TARGETS: # *** Set system-dependent defaults for some options *** # ****************************************************** +print 'INFO: SCons is using the following Python interpreter:', sys.executable + opts = Variables('cantera.conf') windows_compiler_options = []