From 5bc65af67f6e575cbcb2f94cb5daf18aabca768a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 1 Jan 2013 08:01:45 -0500 Subject: [PATCH] swc-installation-test-1.py: Give instructions for 'python command not found' --- swc-installation-test-1.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/swc-installation-test-1.py b/swc-installation-test-1.py index 3809320..f3b5f22 100755 --- a/swc-installation-test-1.py +++ b/swc-installation-test-1.py @@ -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', ...). -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`. """ -- 2.26.2