PYTHONDOCS

Fernando Perez fperez.net at gmail.com
Sat Dec 31 19:45:14 EST 2005


J. D. Leach wrote:

> OK, I'm stupid. I have been unable to discern (even Googled) a way to set
> the PYTHONDOCS variable to point to where the HTML files are. What to do? I
> need to know the process and where theses variables are stored.

It's an environment variable.  In my case:

PYTHONDOCS=/usr/share/doc/python-docs-2.3.4/html

You need to locate the proper dir on your system, and then use your shell's
syntax for this (export/setenv for bash/tcsh).

cheers,

f




More information about the Python-list mailing list