# HG changeset patch # User cannam # Date 1255098164 0 # Node ID 968258fba5d66b16a3e4840bf82618245e8a1bbf # Parent f0592002c61d8288a57482c4c8aec0993adef9c4 * PYLIB -> VAMPY_PYLIB diff -r f0592002c61d -r 968258fba5d6 vampy-main.cpp --- a/vampy-main.cpp Fri Oct 09 14:07:44 2009 +0000 +++ b/vampy-main.cpp Fri Oct 09 14:22:44 2009 +0000 @@ -247,7 +247,7 @@ // this is useful to find out where the loaded library might be loaded from cerr << "Python exec prefix: " << Py_GetExecPrefix() << endl; - char *pylib = getenv("PYLIB"); + char *pylib = getenv("VAMPY_PYLIB"); if (pylib && *pylib) { cerr << "Trying to preload Python from specified location " << pylib << "..." << endl;