HOUDINI_PYTHON_BIN and HOUDINI_PYTHON_LIB are no longer used… according to the help, the new solution is to use PYTHONHOME/LD_LIBRARY_PATH. But these are discouraged by the conda documentation itself. (And LD_LIBRARY_PATH is also discouraged, in general…)
First pass at this gives me the following error:
jparker@oxygen:[~]$ export PYTHONHOME=/usr/local/anaconda2-5.1.0 jparker@oxygen:[~]$ export LD_LIBRARY_PATH=/usr/local/anaconda2-5.1.0/lib jparker@oxygen:[~]$ cd /opt/hfs17.0 jparker@oxygen:[/opt/hfs17.0]$ source houdini_setup The Houdini 17.0.352 environment has been initialized. jparker@oxygen:[/opt/hfs17.0]$ houdini /opt/hfs17.0/bin/houdini-bin: /opt/hfs17.0/dsolib/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/local/anaconda2-5.1.0/lib/./libpng16.so.16) jparker@oxygen:[/opt/hfs17.0]$
I've filed a bug already…