In article <[EMAIL PROTECTED]>,
 "Robert Hicks" <[EMAIL PROTECTED]> wrote:

> How do I set this variable in my .bash_profile? I have the html docs in
> /usr/local/PythonDocs.

I have a line in my .profile like this:

export PYTHONDOCS='/Users/opstad/Documents/Developer 
Docs/Python-Docs-2.4.1'

So by analogy, you could try adding this to your profile:

export PYTHONDOCS='/usr/local/PythonDocs'

Dave
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to