Index: /issm/trunk-jpl/externalpackages/boost/install-1.55-macosx-el_capitan.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/boost/install-1.55-macosx-el_capitan.sh	(revision 23420)
+++ /issm/trunk-jpl/externalpackages/boost/install-1.55-macosx-el_capitan.sh	(revision 23421)
@@ -2,9 +2,9 @@
 set -eu
 
-#Note of caution:  stop after boostrap phase, and run 
-#bjam --debug-configuration, to figure out which paths boost is using to include 
-#python. make sure everyone of these paths is covered by python. If not, just make 
-#symlinks in externalpackages/python to what boost is expecting. Ther is NO WAY 
-#to get the boost library to include python support without doing that. 
+#Note of caution:  stop after boostrap phase, and run
+#bjam --debug-configuration, to figure out which paths boost is using to include
+#python. make sure everyone of these paths is covered by python. If not, just make
+#symlinks in externalpackages/python to what boost is expecting. Ther is NO WAY
+#to get the boost library to include python support without doing that.
 
 #Some cleanup
@@ -13,7 +13,7 @@
 
 #Download from ISSM server
-python2.7 $ISSM_DIR/scripts/download_external_package.bash 'https://issm.ess.uci.edu/files/externalpackages/boost_1_55_0.tar.gz' 'boost_1_55_0.tar.gz'
+$ISSM_DIR/scripts/download_external_package.bash 'https://issm.ess.uci.edu/files/externalpackages/boost_1_55_0.tar.gz' 'boost_1_55_0.tar.gz'
 
-#Untar 
+#Untar
 tar -zxvf  boost_1_55_0.tar.gz
 
@@ -29,16 +29,16 @@
 
 #Configure and compile
-cd src 
+cd src
 ./bootstrap.sh \
 	--prefix="$ISSM_DIR/externalpackages/boost/install" \
-	--with-python=python 
+	--with-python=python
 
 #Compile boost
 # Need gcc with iconv installed in a location that has been added to your path
-# export CC=/usr/local/gfortan/bin/gcc 
+# export CC=/usr/local/gfortan/bin/gcc
 # export CXX=/usr/local/gfortran/bin/g++
 ./bjam toolset=darwin link=static install
 
-#put bjam into install also: 
+#put bjam into install also:
 mkdir ../install/bin
 cp bjam ../install/bin
