What confused me is Learning Python's (O'Reilly "rat" book) mention of including
library paths p. 22. But it doesn't make sense to have to worry about module
paths and Python library paths in the same environment variable. Any idea what
the "rat" was talking about?
Lb
It should be as simple as:
Windows:
set pythonpath=u:\users\barry\python
Unix:
export PYTHONPATH=~/Python
BArry
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
> Sent: 30 April 2001 15:15
> To: [EMAIL PROTECTED]
> Subject: PYTHONPATH question....
>
>
> I'm using ActiveState Python 2.0.3 on both Win and Linux. I would like to know
> how to properly set up the PYTHONPATH variable on both to allow modules to be
> located in places other than the actual .../python-2.0.3/ main directory.
> Thanks....
>
> Lb
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython