From aa9d94b31a3596298bef06e0311c11322d41d800 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 27 Sep 2016 14:33:40 -0400 Subject: HSTCAL build script users conda's python --- hstcal/build.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'hstcal') diff --git a/hstcal/build.sh b/hstcal/build.sh index 2507e5d..275a297 100644 --- a/hstcal/build.sh +++ b/hstcal/build.sh @@ -1,5 +1,3 @@ - - -/usr/bin/python ./waf configure --destdir=$PREFIX -/usr/bin/python ./waf build -/usr/bin/python ./waf install \ No newline at end of file +./waf configure --prefix=$PREFIX +./waf build +./waf install -- cgit