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


Groups > comp.lang.python > #10986

Re: can virtualenv run without the main installation?

From Gelonida N <gelonida@gmail.com>
Subject Re: can virtualenv run without the main installation?
Date 2011-08-06 21:52 +0200
References <CAN1Fwxd7=H-YTEAHukCdOsiLvqbxuaQ1xRhk1VCQKHnT2iHy3g@mail.gmail.com> <CAN1Fwxceu-wYpbTnO665SKiRAFc7T0s=jPc4z2ifZqxPSgsnJA@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1993.1312660808.1164.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web