drivendataorg / cookiecutter-data-science

A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.
https://cookiecutter-data-science.drivendata.org/
MIT License
7.99k stars 2.41k forks source link

fix: use makefile global variable for python interpreter in help command #392

Closed philipp91roberto closed 5 days ago

philipp91roberto commented 1 week ago

The help makefile command is not using the global variable that defines the python interpreter set. Hence, even setting the variable for example to "python3", the help command throws an error when run.

pjbull commented 1 week ago

Thanks @philipp91roberto, this seems reasonable to me! Will merge on passing tests.