diff options
Diffstat (limited to 'pyraf/build.sh')
-rw-r--r-- | pyraf/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyraf/build.sh b/pyraf/build.sh index 110c3f4..4ce4164 100644 --- a/pyraf/build.sh +++ b/pyraf/build.sh @@ -9,4 +9,4 @@ set +e 2to3 -w . fi -python setup.py install || exit 1 +$PYTHON setup.py install |