[Zope] Re: My Sad Tale Of Woe

Dieter Maurer dieter at handshake.de
Thu Nov 30 14:51:59 EST 2006


Nancy Donnelly wrote at 2006-11-30 08:52 -0800:
>----- Original Message ----
>From: Paul Winkler <pw_lists at 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.

If you use "bash", then it will recognize "export".

Use it the way, you see it above or

    PYTHONPATH=/usr/local/zope/278/lib/python:$PYTHONPATH
    export PYTHONPATH

Be careful: no whitespace around the "="!


-- 
Dieter


More information about the Zope mailing list