projects
/
swc-setup-installation-test.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d208d9
)
swc-installation-test-1.py: Give suggested install hints
author
W. Trevor King
<wking@tremily.us>
Tue, 1 Jan 2013 12:16:57 +0000
(07:16 -0500)
committer
W. Trevor King
<wking@tremily.us>
Tue, 1 Jan 2013 14:49:48 +0000
(09:49 -0500)
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
patch
|
blob
|
history
diff --git
a/swc-installation-test-1.py
b/swc-installation-test-1.py
index 148f61409f9a6066b49dbaf32b44f014f5b417b3..38093201e5c311828cb1d57a4cf2d1c0eea40b66 100755
(executable)
--- 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')