From a5200a84c1c8007f53aefb06b859d15bd5803a12 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 1 Jan 2013 07:16:57 -0500 Subject: [PATCH] swc-installation-test-1.py: Give suggested install hints This can link to the "howto setup Python" notes from SWC once those get a more precise link than: http://software-carpentry.org/setup/ --- swc-installation-test-1.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swc-installation-test-1.py b/swc-installation-test-1.py index 148f614..3809320 100755 --- a/swc-installation-test-1.py +++ b/swc-installation-test-1.py @@ -41,3 +41,5 @@ if __name__ == '__main__': print('Passed') else: print('Failed') + print('Install a current version of Python!') + print('http://www.python.org/download/releases/2.7.3/#download') -- 2.26.2