----- Original Message ----
From: Paul Winkler <pw_lists@slinkp.com>
> What shell are you using? That's not how you set an environment
> variable in any of the bourne-style shells (sh, bash, ksh).
> For those, you would use:
>
> export PYTHONPATH=/usr/local/zope/278/lib/python:$PYTHONPATH
I'm using bash. I tried export and it didn't recognize it. I thought set was the same. What do?