Re: PYTHONDOCS on OSX

2005-11-28 Thread Dan Lowe
On Nov 28, 2005, at 5:27 PM, Robert Hicks wrote: > I have that...and it isn't working with the OSX version of IDLE in the > MacPython folder. If I start Python from the Terminal it works. > > Any idea why it doesn't work that way? Unless a program is launched in a Terminal window, your .profile

Re: PYTHONDOCS on OSX

2005-11-28 Thread Robert Hicks
Dave Opstad wrote: > 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/Deve

Re: PYTHONDOCS on OSX

2005-11-28 Thread Dave Opstad
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

PYTHONDOCS on OSX

2005-11-27 Thread Robert Hicks
How do I set this variable in my .bash_profile? I have the html docs in /usr/local/PythonDocs. Thanks for any help... Robert -- http://mail.python.org/mailman/listinfo/python-list