diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-12-18 23:31:21 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-12-18 23:41:24 -0500 |
| commit | 908697ad30064346781b45d1bab16eadd6c207ce (patch) | |
| tree | efaedbe656b021d7c8df25c153d3738b7c69de0d /specutils/build.sh | |
| parent | e26d13d100c5eb0015b03845b4df6feab689ba3f (diff) | |
| download | astroconda-contrib-908697ad30064346781b45d1bab16eadd6c207ce.tar.gz | |
[PATCH] Address py37 build issues (one off)
Diffstat (limited to 'specutils/build.sh')
| -rw-r--r-- | specutils/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specutils/build.sh b/specutils/build.sh index 5a5aeeb..b699425 100644 --- a/specutils/build.sh +++ b/specutils/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt |
