X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.16.109 Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!nospam.fr.eu.org!usenet-fr.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed5.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python?': 0.05; 'python': 0.08; 'created,': 0.09; 'derived': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'subject:installation': 0.09; 'am,': 0.12; 'pyton': 0.16; 'subject:virtualenv': 0.16; 'symbolic': 0.16; 'wrote:': 0.16; 'linux': 0.17; 'header:In-Reply- To:1': 0.22; 'environment': 0.29; 'modules,': 0.30; 'installation': 0.30; 'subject:?': 0.31; 'least': 0.31; 'installed': 0.32; 'to:addr:python-list': 0.33; 'named': 0.33; 'header:User-Agent:1': 0.34; 'test': 0.34; 'executable': 0.34; 'header:X-Complaints-To:1': 0.35; 'uses': 0.35; 'using': 0.37; 'install': 0.37; 'subject:can': 0.38; 'received:org': 0.38; 'some': 0.38; 'subject:: ': 0.39; 'under': 0.39; 'header:Mime- Version:1': 0.39; 'to:addr:python.org': 0.39; 'subject:without': 0.67; '09:38': 0.84; 'from.': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Gelonida N Subject: Re: can virtualenv run without the main installation? Date: Sat, 06 Aug 2011 21:50:40 +0200 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: unicorn.dungeon.de User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 "" In-Reply-To: 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1312660253 news.xs4all.nl 23877 [2001:888:2000:d::a6]:51377 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10984 On 08/06/2011 09:38 AM, smith jack wrote: > 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? At least under linux virtualenv uses symbolic links. So the answer is simple. virtualenv need the pyton installation it was derived from. only modules, that you will install under virtualenv will be installed in the virtualenv directories.