Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #10985 > unrolled thread

Re: can virtualenv run without the main installation?

Started byGelonida N <gelonida@gmail.com>
First post2011-08-06 21:52 +0200
Last post2011-08-06 21:52 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: can virtualenv run without the main installation? Gelonida N <gelonida@gmail.com> - 2011-08-06 21:52 +0200

#10985 — Re: can virtualenv run without the main installation?

FromGelonida N <gelonida@gmail.com>
Date2011-08-06 21:52 +0200
SubjectRe: can virtualenv run without the main installation?
Message-ID<mailman.1992.1312660510.1164.python-list@python.org>
On 08/06/2011 09:51 AM, smith jack wrote:
> 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 <thinke365@gmail.com>:
>> 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?
>>


Under linux the first lien of virtualenv is

#!/usr/bin/python


Thus it will be run by python installed under /usr/bin/python

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web