Get virtualenv this way:

apt-get install python-virtualenv

Then if you use virtualenv to install your packages they will not in
any way conflict with anything in your standard debian packages --
they will live in their own little world. And your system python won't
even know they are there.

--mark

On Tue, Jul 15, 2008 at 1:53 PM, pynoob <[EMAIL PROTECTED]> wrote:
>
> Is there a conflict with it after installing turbogears 1.0?
>
>>
>> What OS are you using? You should have easy_install on it if you are
>> using Linux.
> Debian Linux unstable (3.1) 2.6.24 kernel
>
>> then
>> virtualenv --no-site-packages tg2env
>
> :~# virtualenv --no-site-packages tg2env
> bash: virtualenv: command not found
>  -- What do I need to install to get virtualenv?
>  1.0.4 suddenly started working , although I'd rather develop on 2.0
> because I assume 1.0 will eventually be replaced by it. Or, will sites
> built on 1.0 be compatible with an upgrade to 2.0 without making
> changes?
>
> I.E. when 2.0 is a stable release, and it becomes debian packaged, and
> I upgrade my machine/installation to 2.0 , it isnt gonna break my site
> is it?
>
>
>> cd tg2env
>> source bin/activate
>> easy_install -ihttp://www.turbogears.org/2.0/downloads/1.9.7a1/index
>> tg.devtools
>>
>> Lucas
> >
>



-- 
Mark Ramm-Christensen
email: mark at compoundthinking dot com
blog: www.compoundthinking.com/blog

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to