"R. Lahaye" <[EMAIL PROTECTED]> writes: | José Abílio Oliveira Matos wrote: | > On Monday 09 September 2002 18:59, Juergen Spitzmueller wrote: | > | >>Doesn't work for me neither. This is what I get: | >> | >>Could not find platform independent libraries <prefix> | >>Could not find platform dependent libraries <exec_prefix> | >>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] | >>'import site' failed; use -v for traceback | > This shows that python wasn't properly installed. | | This is a FreeBSD user speaking :). | On ALL FreeBSD systems, python is installed as "/usr/local/bin/python". | With the LyX-scripts' first line being "#!/usr/bin/python", this | garantees failure on FreeBSD; and possibly other OSes with this setup. | | How to remedy this? Something should be done to avoid such a hardcoded, | failing python path in the scripts, ignoring that python could be installed | somewhere else! | Could a Makefile in lib/scripts modify the topmost python lines, according to | where python is actually installed?
I thought that `env python` should work like this: #! /usr/bin/env python -- Lgb