1.5.1 on IRIX
Andrew Dalke
Andrew.Dalke at p98.f112.n480.z2.fidonet.org
Thu Jul 1 01:06:50 EDT 1999
More information about the Python-list mailing list
Thu Jul 1 01:06:50 EDT 1999
- Next message (by thread): 1.5.1 on IRIX
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Andrew Dalke <dalke at bioreason.com> rceci at my-deja.com said: > The libs originally where built/installed -> /usr/local/lib/python1.5 > re-installed as ${somedir}/lib/irix32, and set PYTHONPATH to > ${somedir}/lib/irix32. > Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] > Any ideas how to "fix" or suppress them? Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] The default module search path uses <prefix>/python1.5. Actually, it's a little more complicated than that. The default module search path uses <prefix>/python1.5 so you'll need to move ${somedir}/lib/irix32 to ${somedir}/lib/irix32/python1.5 then setenv PYTHONHOME ${somedir}/lib/irix32 . Andrew dalke at acm.org
- Next message (by thread): 1.5.1 on IRIX
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list