Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Thorsten Kampe Newsgroups: comp.lang.python Subject: Re: extending PATH on Windows? Date: Tue, 16 Feb 2016 14:43:54 +0100 Lines: 9 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de IKPhN9uzjryZCyBKa42cPAVky/kmZpq4SgRNwbte8G1g== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Windows': 0.09; 'modifies': 0.09; 'path.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'way:': 0.09; 'python': 0.10; '"is': 0.16; '(tue,': 0.16; '2016': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'received:t-ipconnect.de': 0.16; 'skip:` 10': 0.18; 'tree': 0.18; 'windows': 0.20; 'feb': 0.23; 'script': 0.25; 'header:User- Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; '+0000': 0.27; 'add': 0.34; 'should': 0.36; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'charset:us-ascii': 0.37; 'to:addr:python.org': 0.40; 'received:de': 0.40; 'called': 0.40; 'your': 0.60 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: p579b268b.dip0.t-ipconnect.de User-Agent: MicroPlanet-Gravity/3.0.4 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21rc2 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:103007 * Ulli Horlacher (Tue, 16 Feb 2016 12:38:44 +0000 (UTC)) By the way: there is a script called `win_add2path.py` in your Python distribution which "is a simple script to add Python to the Windows search path. It modifies the current user (HKCU) tree of the registry.". That should do most of what you want. Thorsten