diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-09-27 14:33:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-27 14:33:40 -0400 |
commit | aa9d94b31a3596298bef06e0311c11322d41d800 (patch) | |
tree | 41b33bc28119778ef9ba1f9aac53574013340293 /hstcal/build.sh | |
parent | f56214a2a1a4d5e43396193be29f048a76427b9e (diff) | |
download | astroconda-dev-aa9d94b31a3596298bef06e0311c11322d41d800.tar.gz |
HSTCAL build script users conda's python
Diffstat (limited to 'hstcal/build.sh')
-rw-r--r-- | hstcal/build.sh | 8 |
1 files changed, 3 insertions, 5 deletions
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 |