Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'properly.': 0.07; 'scripts': 0.09; 'python': 0.09; 'portable': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'script,': 0.09; 'scripts,': 0.09; 'subject:Does': 0.09; 'subject:script': 0.09; 'subject:python': 0.11; 'deactivate': 0.16; 'message- id:@dough.gmane.org': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'release?': 0.16; 'such,': 0.16; 'script.': 0.17; 'windows': 0.19; 'python?': 0.20; 'installed': 0.23; 'script': 0.24; 'header:User-Agent:1': 0.26; 'wrote': 0.26; 'header:X-Complaints-To:1': 0.28; 'environment': 0.29; "who'd": 0.29; "i'm": 0.29; 'anybody': 0.32; 'to:addr:python-list': 0.33; 'hi,': 0.33; "can't": 0.34; 'exist': 0.35; 'path': 0.35; 'subject:?': 0.35; 'there': 0.35; 'received:org': 0.36; 'but': 0.36; 'far': 0.37; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'further': 0.61; 'back': 0.62; 'subject:have': 0.79; 'imagine,': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Gelonida N Subject: Does anyone have an activate script for portable python? Date: Sun, 12 Aug 2012 01:09:23 +0200 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: unicorn.dungeon.de User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1344726587 news.xs4all.nl 6919 [2001:888:2000:d::a6]:59633 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26925 Hi, In Pythons installed with virtualenv there is on windows an activate.bat script, that can be used to setup the cmd-shell such, that the search path for python and pythor elated tools (pip / easy_install) is setup properly. Further there is the deactivate script to set the environment back to it's state before calling activate. Do such a scripts also exist for Portable python? If anybody wrote already such scripts, then couldn't they be added to the official portable python release? I never used portable python so far but can't imagine, that I'm the only one who'd like such a script.