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.028 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'python?': 0.05; 'python': 0.08; 'created,': 0.09; 'subject:installation': 0.09; 'subject:virtualenv': 0.16; 'message-id:@mail.gmail.com': 0.29; 'environment': 0.29; 'installation': 0.30; 'subject:?': 0.31; 'to:addr:python-list': 0.33; 'named': 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; 'to:addr:python.org': 0.39; 'subject:without': 0.67 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=M5gzvC9pz3lloLzRK4FfyjrNt6sAg1pVy91qLyWuz1o=; b=Es+vmWL2dL2PTtUuRIdHmoBgLhbDxnyv/toC/PtOoW+RGz742uxZVR622eLCkziMHK HL6gyxVaFQNGVybMxxdT8yjEkr4A1I7gG0NEum6rZSHeI8kAnfoJHAc0+u7Pqj2PJD4s VIaj9krWQo0vBy6c0Xq0Iy7Y2XESan19vdgtM= MIME-Version: 1.0 Date: Sat, 6 Aug 2011 15:38:35 +0800 Subject: 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: 4 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1312616319 news.xs4all.nl 23873 [2001:888:2000:d::a6]:45289 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10959 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?