diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-07-24 21:46:40 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-07-24 21:46:40 (GMT) |
commit | f31bd453a5b27fd896482d45e720567d88651d15 (patch) | |
tree | 0f55d660dc8ad6ef005b4c5ef6526cb76aefc107 /Mac | |
parent | 2c24d42d329ad48cc7c92bfed935c28e8fcdd188 (diff) | |
download | cpython-f31bd453a5b27fd896482d45e720567d88651d15.zip cpython-f31bd453a5b27fd896482d45e720567d88651d15.tar.gz cpython-f31bd453a5b27fd896482d45e720567d88651d15.tar.bz2 |
Added instructions on setting the proxy host.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/packman.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/packman.html b/Mac/OSXResources/app/Resources/English.lproj/Documentation/packman.html index 448dc7c..355e0da 100644 --- a/Mac/OSXResources/app/Resources/English.lproj/Documentation/packman.html +++ b/Mac/OSXResources/app/Resources/English.lproj/Documentation/packman.html @@ -50,6 +50,12 @@ with the <tt>File->Open URL...</tt> command, but you should realize that you are now on untested ground.</p> + <p>Another potential problem source is that you are behind a firewall. This version + of PackageManager uses the Unix method of setting a firewall: you need to set the + environment variable <tt>http_proxy</tt> to <tt>"http://<i>proxyhost</i>:<i>port</i>"</tt>. + See <a href="http://developer.apple.com/qa/qa2001/qa1067.html">Apple Technical + Q&A QA1067</a> for instructions.</p> + </td> </tr> </table> |