desihub / desiutil

General DESI utilities, shell scripts, desiInstall, etc.
BSD 3-Clause "New" or "Revised" License
3 stars 9 forks source link

Migrate desiInstall to pip #167

Closed weaverba137 closed 3 years ago

weaverba137 commented 3 years ago

Starting with recent versions of Python (3.[89]), python setup.py install is not producing installs that are importable, e.g. import desiutil fails. pip install --prefix ... does appear to work. desiInstall should:

weaverba137 commented 3 years ago

And don't forget to update the desiInstall.rst documentation.