PYTHONPATH
Augments the default search path for module files. The format is the same as
the shell's $PATH: one or more directory pathnames separated by colons.
Non-existent directories are silently ignored. The default search path is
installation dependent, but generally begins with
${prefix}/lib/python<version> (see PYTHONHOME above). The default search path
is always appended to $PYTHONPATH. If a script argument is given, the
directory containing the script is inserted in the path in front of
$PYTHONPATH. The search path can be manipulated from within a Python program
as the variable sys.path .
Predpokladam ze wydlacky python bude pouzivat wydlacke konvence, cili misto
$PYTHONPATH=/a/b:/c/d bude neco jako %PYTHONPATH=A:\B;C:\D
_______________________________________________
Python mailing list
[email protected]
http://www.py.cz/mailman/listinfo/python