PYTHONDOCS on OSX
Dave Opstad
opstad at batnet.com
Mon Nov 28 16:20:31 EST 2005
In article <1133144504.909363.219530 at g49g2000cwa.googlegroups.com>,
"Robert Hicks" <sigzero at gmail.com> 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
More information about the Python-list
mailing list