Re: PYTHONPATH and PYTHON_PATH

2007-12-04 Thread Christian Heimes
loial wrote: > Is there any difference? > > Does it matter which I use? Yes, it does matter. The former is interpreted by Python, the latter isn't. Christian -- http://mail.python.org/mailman/listinfo/python-list

PYTHONPATH and PYTHON_PATH

2007-12-04 Thread loial
Is there any difference? Does it matter which I use? -- http://mail.python.org/mailman/listinfo/python-list