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

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Wed Oct 28 17:32:36 PDT 2009


Author: mturk
Date: Wed Oct 28 17:32:35 2009
New Revision: 1505
URL: http://yt.enzotools.org/changeset/1505

Log:
Fixed a bug in the install script for OSX



Modified:
   trunk/doc/install_script_osx.sh

Modified: trunk/doc/install_script_osx.sh
==============================================================================
--- trunk/doc/install_script_osx.sh	(original)
+++ trunk/doc/install_script_osx.sh	Wed Oct 28 17:32:35 2009
@@ -206,7 +206,7 @@
 if [ $INST_HG -eq 1 ]
 then
     echo "Installing Mercurial."
-    ( ${DEST_DIR}/bin/easy_install-2.6 mercurial 2>&1 ) 1>> ${LOG_FILE} || do_exit
+    ( sudo ${PY_DIR}/bin/easy_install-2.5 mercurial 2>&1 ) 1>> ${LOG_FILE} || do_exit
 fi
 
 echo



More information about the yt-svn mailing list