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


Groups > comp.lang.python > #77425 > unrolled thread

Define proxy in windows 7

Started byOm Prakash <torque.india@gmail.com>
First post2014-09-02 06:25 +0530
Last post2014-09-02 06:25 +0530
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#77425 — Define proxy in windows 7

FromOm Prakash <torque.india@gmail.com>
Date2014-09-02 06:25 +0530
SubjectDefine proxy in windows 7
Message-ID<mailman.13703.1409619340.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web