Monday, September 29, 2008

Gems & plugins via proxy

On Mac
Gems:
issue option in gem command: -p my.proxy.com:8080
Plugins: set environment variable separately thus
export http_proxy=my.proxy.com:8080

1 comment:

John Adams said...

This is now how I have managed it. Alll else seems to fail.
sudo gem install rmagick -p http://px.example.org.uk:8080