Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'python?': 0.05; 'python': 0.08; 'created,': 0.09; 'subject:installation': 0.09; 'env,': 0.16; 'subject:virtualenv': 0.16; 'header:In-Reply-To:1': 0.22; 'message-id:@mail.gmail.com': 0.29; 'environment': 0.29; 'installation': 0.30; 'subject:?': 0.31; 'there': 0.33; 'to:addr :python-list': 0.33; 'named': 0.33; 'it?': 0.33; 'test': 0.34; 'executable': 0.34; 'using': 0.37; 'subject:can': 0.38; 'some': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'files,': 0.39; 'to:addr:python.org': 0.39; 'where': 0.40; 'subject:without': 0.67 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=r1GF+U7x7BZQmylNu+W+PX2oO+++j77fwEEdOfdNEjQ=; b=MuqXzx+JcYd5t+/atnrAhS+MSqerx5Zp+6TXcNwuEUxagS5HdnKK4zu3Na8+B1tW3t 7m36TI73eXxuBJljNmk6sm0efNgk2fsQXItu4a2P0Q6b8/qU/Xj7wqCMlOBq2g0AKVgm JjJETwrJs88nfs/8hrPGKmhAxSxA9tJmdoeAk= MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 6 Aug 2011 15:51:41 +0800 Subject: Re: can virtualenv run without the main installation? From: smith jack To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1312617104 news.xs4all.nl 23859 [2001:888:2000:d::a6]:56162 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10962 env create by virtualenv will refer to the main env, how did it find the main env, is there any configuration files, if yes, where is it? 2011/8/6 smith jack : > At first i have a python environment, after using virtualenv test > command, a new environment named test is created, in that directory > have some of the executable commands > such as python.exe, so can i program without the main installation of python? >