From: C A. R. <an...@ex...> - 2010-12-21 05:19:28
|
On Mon, Dec 20, 2010 at 11:05 PM, Bruce Sherwood <bas...@nc...> wrote: > It does seem to be using the desired version of Python, as the full > path created is > > /usr/local/lib/python2.6/site-packages > > which contains the intended python2.6. I also tried replacing $PYTHON > with python$PYTHON_VERSION and still got site-packages. It's really > hard to understand how sysconfig.get_python_lib can act differently > within the autoconfigure environment. /usr/local? shouldn't it be trying to link with the package manager's version? at least, that's what your probably getting when you run `python` unless your doing something different. C Anthony |