DRL / blobtools

Modular command-line solution for visualisation, quality control and taxonomic partitioning of genome datasets
GNU General Public License v3.0
187 stars 44 forks source link

Use sys.executable instead of hardcoded 'python' as interpreter path #36

Closed marcelm closed 7 years ago

marcelm commented 7 years ago

One of the situations in which using a hardcoded path fails is when blobtools is run from a virtualenv that is not activated. Another case would be Linux distributions that have 'python' be Python 3 by default.

With this change ,we would be able to install blobtools on our cluster more easily since we use un-activated virtualenvs for the modules.

DRL commented 7 years ago

Hi Marcelm, these are good points. will check how it behaves on different systems and merge it in if everything works.

cheers,

dom

marcelm commented 7 years ago

Any time.