GLM issue when compiling from source on ubuntu 18.04

OK, I can compile it but I can’t enable the python console which is one of the things I really want.
Here’s how I configure to turn on all the python related options:

cmake -DKICAD_SCRIPTING_WXPYTHON=ON -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_ACTION_MENU=ON -DKICAD_SCRIPTING_MODULES=ON ../../

Here’s the output from cmake -L …/…/

But then when I install and run kicad, there is no python console and this is a screenshot of the version information:

image

How to do I enable the python options?
Thanks!