Index: /issm/trunk-jpl/externalpackages/nose/install-macosx64sh
===================================================================
--- /issm/trunk-jpl/externalpackages/nose/install-macosx64sh	(revision 11784)
+++ /issm/trunk-jpl/externalpackages/nose/install-macosx64sh	(revision 11784)
@@ -0,0 +1,11 @@
+#/bin/bash
+#Install Python3 nose module
+
+rm -rf py3k
+
+svn checkout http://python-nose.googlecode.com/svn/branches/py3k
+cd py3k
+
+python3 ./setup.py build
+python3 ./setup.py install
+
