Python 2 and Makefiles in Binder

Does anyone have an example of a binderised repo that incorporates Makefiles? And more specifically is there one that can use python 2?

I’m on the train home with @sgibson91 and we’re not sure on how it would work having to activate a python environment (as v 3 is installed as root) and then running Make.

Hmmm, you could try this with a postBuild file maybe?

I used postBuild to run make in this binderized repo. However, I wasn’t using Python 2 for that one.