Skip to content
Prev 2536 / 15076 Next

Setting environment variables, especially http_proxy and ftp_proxy

On 4/5/06, Douglas Bates <bates at stat.wisc.edu> wrote:
I tend not to use the GUI for just this reason (and the fact it
doesn't support my favourite bash completion stuff).

It is trivial from the command line:

HTTP_PROXY=.... R

And you can set up an alias in ~/.profile if needed.

Hadley