How to keep environment variables when using sudo?
When I use any command with sudo the environment variables are not there. For example after setting HTTP_PROXY the command `wget` works fine without `sudo`. However if I type `sudo wget` it says it can't bypass the proxy setting.