From e6c80d27fe689fb5033eaa79eb81ccb50f1a73ea Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Fri, 4 Jul 2003 07:35:08 +0000 Subject: [PATCH] added 'source setup_cantera' --- tools/bin/finish_install.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tools/bin/finish_install.py b/tools/bin/finish_install.py index bcd695f9a..bb2da13bb 100644 --- a/tools/bin/finish_install.py +++ b/tools/bin/finish_install.py @@ -106,7 +106,12 @@ print """ setup script """+prefix+"""/cantera/setup_cantera The setup script configures the environment for Cantera. It is - recommended that you run this script before using Cantera, or - include its contents in your shell login script. """ + recommended that you run this script by typing + + source """+prefix+"""/cantera/setup_cantera + + before using Cantera, or else + include its contents in your shell login script. + """