swc-installation-test-1.py: Give instructions for 'python command not found'
authorW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 13:01:45 +0000 (08:01 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 14:49:48 +0000 (09:49 -0500)
swc-installation-test-1.py

index 38093201e5c311828cb1d57a4cf2d1c0eea40b66..f3b5f221f01b2fe3165f1e85d2ad02d5dac0a9c0 100755 (executable)
@@ -16,9 +16,15 @@ How to get a command line:
 - On Linux, either use your login shell directly, or run one of a
   number of graphical terminals (e.g. 'xterm', 'gnome-terminal', ...).
 
 - On Linux, either use your login shell directly, or run one of a
   number of graphical terminals (e.g. 'xterm', 'gnome-terminal', ...).
 
-Run the script and follow the instructions it prints at the end.
+Run the script and follow the instructions it prints at the end.  If
+you see an error saying that the 'python' command was not found, than
+you may not have any version of Python installed.  See:
 
 
-This test is separate to avoid syntax errors parsing the more
+  http://www.python.org/download/releases/2.7.3/#download
+
+for installation instructions.
+
+This test is separate to avoid Python syntax errors parsing the more
 elaborate `swc-installation-test-2.py`.
 """
 
 elaborate `swc-installation-test-2.py`.
 """