[Yt-svn] yt-commit r1615 - trunk/doc

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Thu Feb 11 09:44:28 PST 2010


Author: mturk
Date: Thu Feb 11 09:44:27 2010
New Revision: 1615
URL: http://yt.enzotools.org/changeset/1615

Log:
Minor cosmetic changes to install script



Modified:
   trunk/doc/install_script.sh

Modified: trunk/doc/install_script.sh
==============================================================================
--- trunk/doc/install_script.sh	(original)
+++ trunk/doc/install_script.sh	Thu Feb 11 09:44:27 2010
@@ -309,10 +309,10 @@
 # This fixes problems with gfortran linking.
 unset LDFLAGS 
 
-echo "Installing setuptools"
+echo "Installing distribute"
 ( ${DEST_DIR}/bin/python2.6 ${YT_DIR}/distribute_setup.py 2>&1 ) 1>> ${LOG_FILE} || do_exit
 
-echo "Installing Pip."
+echo "Installing pip"
 ( ${DEST_DIR}/bin/easy_install-2.6 pip 2>&1 ) 1>> ${LOG_FILE} || do_exit
 
 do_setup_py numpy-1.3.0 ${NUMPY_ARGS}



More information about the yt-svn mailing list