Re: [OpenCore Dev] Activated virtualenv
from
ra
on Mar 24, 2008 03:03 PM
On Mar 24, 2008, at 11:47 AM, Ethan Jucovy wrote:
> Per Doug's commit http://trac.openplans.org/openplans/changeset/14626
>
> "In order for the fassembler get_config package to work in zope, we
> need to have an activated virtual env"
>
> Wondering if someone can explain this one to me ... how did any of
> opencore ever work under fassembler without an activated virtual env?
i haven't looked at this issue in detail, but i know that the venv is
implicitly activated if you use the right python. normally we start
our zope process using supervisor, which automatically does the right
thing. maybe the runzope in this instance isn't explicitly pointing
to the right python, in which case you would have to explicitly
activate the venv to get the right behavior.
-r