How to use Panda3d with brewed python

Actually, now that I think of it, it used to be that makepanda on OS X would automatically compile for whatever version of Python you ran it with. I disabled that recently because we use “-framework Python” to link it which caused it to pick up the system Python framework anyway.

Maybe we should just go back to that approach and use “-lpython2.7” across the board.