Lance Stringham
Results
1
issues of
Lance Stringham
When setting up http_proxy="http://my.proxyserver.example.com" and other such environment variables in /etc/environment they are not exported when opening a new bash session. for example: user@mycomputer:~$ cat /etc/environment PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" ftp_proxy="http://my.proxyserver.example.com:1234" http_proxy="http://my.proxyserver.example.com:1234" https_proxy="http://my.proxyserver.example.com:1234"...
feature