On Wed, Mar 07, 2012 at 11:03:01 -0500, Sean C. Farley wrote:
> On Fri, 24 Feb 2012, Li-Wen Hsu wrote:
>
> > On Mon, Feb 20, 2012 at 11:42, Sean C. Farley wrote:
> >> I am using virtualenv --no-site-packages (the default now) to be able
> >> to build an environment on both FreeBSD and Linux. Th
On Fri, 24 Feb 2012, Li-Wen Hsu wrote:
On Mon, Feb 20, 2012 at 11:42, Sean C. Farley wrote:
I am using virtualenv --no-site-packages (the default now) to be able
to build an environment on both FreeBSD and Linux. The issue I am
running into is that _sqlite3.so from databases/py-sqlite3 is be
On Mon, Feb 20, 2012 at 11:42, Sean C. Farley wrote:
> I am using virtualenv --no-site-packages (the default now) to be able to
> build an environment on both FreeBSD and Linux. The issue I am running into
> is that _sqlite3.so from databases/py-sqlite3 is being installed into
> site-packages as
I am using virtualenv --no-site-packages (the default now) to be able to
build an environment on both FreeBSD and Linux. The issue I am running
into is that _sqlite3.so from databases/py-sqlite3 is being installed
into site-packages as opposed to lib-dynload. On the CentOS we are
using, _sqli