Changeset 6656


Ignore:
Timestamp:
Mar 30, 2009, 11:42:46 AM (16 years ago)
Author:
rwilson
Message:

Added more help on which environment variables to use to bypass auth prompt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/utilities/system_tools.py

    r6650 r6656  
    346346    if httpproxy is None or proxyuser is None or proxypass is None:
    347347        print '----------------------------------------------------'
    348         print 'You need to supply proxy authentication information:'
     348        print 'You need to supply proxy authentication information.'
     349        print 'Use environment variables HTTP_PROXY, PROXY_USERNAME'
     350        print 'and PROXY_PASSWORD to bypass entry here:'
    349351        if httpproxy is None:
    350352            httpproxy = raw_input('  proxy server: ')
Note: See TracChangeset for help on using the changeset viewer.