how do I set the path to python library for nwchem


Click here for full thread
Forum Vet
Jacob
You need to apply the following patch
http://nwchemgit.github.io/images/Pythonconfigdir.patch.gz
and set the env. variable

PYTHONCONFIGDIR=config-x86_64-linux-gnu

Recipe in detail
1) cd $NWCHEM_TOP/src
2) wget http://nwchemgit.github.io/images/Pythonconfigdir.patch.gz
3) gzip -d Pythonconfigdir.patch.gz
4) patch -p0 < Pythonconfigdir.patch
5) export PYTHONCONFIGDIR=config-x86_64-linux-gnu
6) make link


PS Are you using Ubuntu 14.04?