Index: /issm/trunk-jpl/externalpackages/scipy/install-macosx64.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/scipy/install-macosx64.sh	(revision 11837)
+++ /issm/trunk-jpl/externalpackages/scipy/install-macosx64.sh	(revision 11838)
@@ -4,5 +4,5 @@
 #2 install scipy
 #3 erase
-install=1;
+install=1
 
 
@@ -19,6 +19,6 @@
 	#install numpy
 	cd numpy
-	python3 setup.py build
-	python3 setup.py install
+	python3.2 setup.py build
+	python3.2 setup.py install
 
 	
@@ -30,6 +30,6 @@
 	#install scipy
 	cd scipy
-	python3 setup.py build
-	python3 setup.py install
+	python3.2 setup.py build
+	python3.2 setup.py install
 
 elif [[ $install == "3" ]];then 
