SEDBYS: A python-based SED Builder for Young Stars. To cite this Original Software Publication: https://www.sciencedirect.com/science/article/pii/S2352711021000327
I just want to comment that it is a bad idea to force the queryDB.py or the subroutines to use the system's python through #!/usr/bin/env python3 is a bad idea since many people use conda environments and would not like to install the dependencies on the system's python.
I just want to comment that it is a bad idea to force the
queryDB.py
or the subroutines to use the system's python through#!/usr/bin/env python3
is a bad idea since many people useconda
environments and would not like to install the dependencies on the system's python.Cheers for the great work!