If you use the fenics-install.sh
script to install FEniCS, it will by default build and use its own Python. If you want to use system Python, set the following environment variable and run fenics-install.sh
again:
export FENICS_INSTALL_USE_HOST_PYTHON=1
The binary package for OS X also uses the system Python.