Index: /issm/trunk-jpl/externalpackages/nose/install-linux64-python2.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/nose/install-linux64-python2.sh	(revision 16706)
+++ /issm/trunk-jpl/externalpackages/nose/install-linux64-python2.sh	(revision 16707)
@@ -2,5 +2,5 @@
 #Install Python nose module
 
-rm -rf src 
+rm -rf src  install
 
 #Download from ISSM server
@@ -13,2 +13,8 @@
 python ./setup.py build
 python ./setup.py install
+
+#to be flagged by jenkins, we create an empty install dir: 
+cd ../
+mkdir install
+touch install/emptyfile
+
Index: /issm/trunk-jpl/externalpackages/nose/install-linux64-python3.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/nose/install-linux64-python3.sh	(revision 16706)
+++ /issm/trunk-jpl/externalpackages/nose/install-linux64-python3.sh	(revision 16707)
@@ -10,2 +10,7 @@
 python ./setup.py build
 python ./setup.py install
+
+#to be flagged by jenkins, we create an empty install dir: 
+cd ../
+mkdir install
+touch install/emptyfile
Index: /issm/trunk-jpl/externalpackages/nose/install-macosx64-python2.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/nose/install-macosx64-python2.sh	(revision 16706)
+++ /issm/trunk-jpl/externalpackages/nose/install-macosx64-python2.sh	(revision 16707)
@@ -13,2 +13,7 @@
 python ./setup.py build
 python ./setup.py install
+
+#to be flagged by jenkins, we create an empty install dir: 
+cd ../
+mkdir install
+touch install/emptyfile
Index: /issm/trunk-jpl/externalpackages/nose/install-macosx64-python3.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/nose/install-macosx64-python3.sh	(revision 16706)
+++ /issm/trunk-jpl/externalpackages/nose/install-macosx64-python3.sh	(revision 16707)
@@ -10,2 +10,7 @@
 python ./setup.py build
 python ./setup.py install
+
+#to be flagged by jenkins, we create an empty install dir: 
+cd ../
+mkdir install
+touch install/emptyfile
