Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!goblin1!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.052 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'windows': 0.15; 'prakash': 0.16; 'subject:proxy': 0.16; 'subject:windows': 0.16; 'variable': 0.18; 'work,': 0.20; 'admin': 0.22; 'header:User-Agent:1': 0.23; 'proxy': 0.24; 'earlier': 0.24; 'define': 0.26; 'tried': 0.27; 'wondering': 0.29; "doesn't": 0.30; 'received:google.com': 0.35; 'doing': 0.36; 'hi,': 0.36; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'p.s.': 0.66; 'env': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=zkSz+hKDGlN1keTPS1pwhaeTQqYAB/VVxv946Tqat+Y=; b=U34JzALO4BjVGzeaQI5bje0UsO1zHMZGJ+xCw2tEfdhAnrm8kvcnJ7oqAxMBuwbs8L 8VnCM0hqOQn+yAwRXJ8MurSLgPN0zt8FrgYYwioqLkpKxrASQfDFKVo/SS4Wmr8gMvhf EJhllrQT5mU/rfkwF0bbDcopG/lOMDMR02MmBLriVakuynq0uTLPe6U8D+fTqTsrU7wL FgclKwoPIl0+aF8jNjYLyz9MFCYBKGN6jbYyp3idia/ZVQB+yfMi6QGhvjIbQyNP1e4v vRSTk8v0X1CLvl5jYwj0zxXi5doGZGWwEvle/VpviQM9isXjpigxQIM4g9X73iF5INob MXJg== X-Received: by 10.69.26.134 with SMTP id iy6mr43467821pbd.115.1409619332221; Mon, 01 Sep 2014 17:55:32 -0700 (PDT) Date: Tue, 02 Sep 2014 06:25:26 +0530 From: Om Prakash User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: python-list@python.org Subject: Define proxy in windows 7 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1409619340 news.xs4all.nl 2933 [2001:888:2000:d::a6]:35457 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77425 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