[BioPython] Scripts cannot connect
Tiago Antao
tiagoantao at gmail.com
Mon Oct 22 14:01:53 UTC 2007
João Rodrigues wrote:
> It says that the proxy isn't set.. I've added the line to my .bashrc ( I had
> to create it). Yet, it doesn't work.
>
> What am I doing wrong? (or not doing)
Are you doing an export of the variable?
Try doing env at the prompt and check if http_proxy is defined (you will
get a big list of environment variables, just search or grep for the
proxy one). Like:
$ env | grep http_proxy
On another front, your .bash_profile should exist and be sourcing
.bashrc (either that, or you put http_proxy on .bash_profile)
Regards,
Tiago
--
tiagoantao at gmail.com
http://tiago.org/ps
More information about the Biopython
mailing list