Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #77425

Define proxy in windows 7

Date 2014-09-02 06:25 +0530
From Om Prakash <torque.india@gmail.com>
Subject Define proxy in windows 7
Newsgroups comp.lang.python
Message-ID <mailman.13703.1409619340.18130.python-list@python.org> (permalink)

Show all headers | View raw


Hi,

I am wondering how to define proxy setting in env variable on windows 7, 
I want this so i can use pip to pull packages for me, the same setting 
though working earlier on windows xp.

http_proxy = "proxy name:80"

now this same setting doesn't work, i tried doing in the cmd.exe prompt.

set http_proxy "proxy name:80"

P.S. i am a normal user and don't have admin privleges.

Regards,
Om Prakash

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Define proxy in windows 7 Om Prakash <torque.india@gmail.com> - 2014-09-02 06:25 +0530

csiph-web