carpentries / styles

Styles for The Carpentries lessons. No README to avoid merge conflicts with lessons. Demo 👇
https://carpentries.github.io/lesson-example
Other
84 stars 96 forks source link

Makefile: don't fail when Python isn't found #566

Closed maxim-belkin closed 3 years ago

maxim-belkin commented 3 years ago

Python shouldn't be a hard requirement in our Makefile -- there are targets that don't need Python at all (serve, site, clean, docker-serve, etc.) Instead, make it a hard requirement for targets that need it.

maxim-belkin commented 3 years ago

Thanks, Zhian!