<div dir="ltr"><div style="font-family:arial,sans-serif;font-size:13px">I'm building ParaView 4.1.0 on SL 7.0 (using build script provided with OpenFOAM-2.3.0). I'd like to use python from my miniconda installation at /home/username/miniconda. CMake finds this correctly and in CMakeCache.txt I have:</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px"><div>PARAVIEW_ENABLE_PYTHON:BOOL=ON</div><div>PYTHON_EXECUTABLE:FILEPATH=/home/username/miniconda/bin/python</div><div>PYTHON_INCLUDE_DIR:PATH=/home/username/miniconda/include/python2.7</div><div>PYTHON_LIBRARY:FILEPATH=/home/username/miniconda/lib/libpython2.7.so.1.0</div><div>PYTHON_UTIL_LIBRARY:FILEPATH=/usr/lib64/libutil.so<br></div></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">but pvpython and the Python Shell in ParaView use the system python from /usr/bin/</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">This is a problem because matplotlib isn't installed for the system python. I prefer to manage python packages in my miniconda installation.</div></div>