diff options
Diffstat (limited to 'stsci.convolve/build.sh')
-rw-r--r-- | stsci.convolve/build.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/stsci.convolve/build.sh b/stsci.convolve/build.sh index 5e8b365..5a5aeeb 100644 --- a/stsci.convolve/build.sh +++ b/stsci.convolve/build.sh @@ -1,4 +1 @@ - -echo This d2to1 hack is deadly. -pip install --no-deps --upgrade --force d2to1 || exit 1 -python setup.py install || exit 1
\ No newline at end of file +$PYTHON setup.py install |