From 34308129ce3330bf18b65464026e854bc9499956 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 29 Nov 2016 20:44:29 -0500 Subject: Remove unused packages --- jwst_pipeline/build.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 jwst_pipeline/build.sh (limited to 'jwst_pipeline/build.sh') diff --git a/jwst_pipeline/build.sh b/jwst_pipeline/build.sh deleted file mode 100644 index e5a14bf..0000000 --- a/jwst_pipeline/build.sh +++ /dev/null @@ -1,9 +0,0 @@ - -pip install --no-deps --force --upgrade d2to1 - -rm -rf jwst_pipeline/timeconversion - -for d in jwst_pipeline/* -do -( cd $d && python setup.py install || exit 1 ) -done \ No newline at end of file -- cgit