ElsevierSoftwareX / SOFTX-D-20-00075

SEDBYS: A python-based SED Builder for Young Stars. To cite this Original Software Publication: https://www.sciencedirect.com/science/article/pii/S2352711021000327
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Forcing the system python #2

Open sayantanghosh opened 2 years ago

sayantanghosh commented 2 years ago

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.

Cheers for the great work!