Re: Question on virtualenv (python) and FreeBSD

2014-05-31 Thread Alfred Perlstein
On 5/31/14 3:51 PM, Marcus von Appen wrote: On, Sat May 31, 2014, Alfred Perlstein wrote: 3) other? thank you Marcus. I won't block the process in either direction here, since I am generally pretty indifferent about pulling in sqlite3 as dependency for lang/python. It is wide-spread enough t

Re: Question on virtualenv (python) and FreeBSD

2014-05-31 Thread Marcus von Appen
On, Sat May 31, 2014, Alfred Perlstein wrote: > On 5/31/14 12:50 PM, Marcus von Appen wrote: > > On, Sat May 31, 2014, Alfred Perlstein wrote: > > > >> I have details and a workaround on my blog here (less messy than pasting > >> the entire 200+ lines of info into this message): > >> http://splbio

Re: Question on virtualenv (python) and FreeBSD

2014-05-31 Thread Alfred Perlstein
On 5/31/14 12:50 PM, Marcus von Appen wrote: On, Sat May 31, 2014, Alfred Perlstein wrote: I have details and a workaround on my blog here (less messy than pasting the entire 200+ lines of info into this message): http://splbio.wordpress.com/2014/04/19/using-djangosqlalchemy-and-virtualenv-on-f

Re: Question on virtualenv (python) and FreeBSD

2014-05-31 Thread Marcus von Appen
On, Sat May 31, 2014, Alfred Perlstein wrote: [...] > Specifically it seems like FreeBSD is shipping a relatively stripped > down version of Python that makes using virtualenv not work. Please be precise here. It does not work for your specific use case. > > ~/gitbridge/app % python db_repo/mana

Question on virtualenv (python) and FreeBSD

2014-05-31 Thread Alfred Perlstein
Hey folks, First off, thank you all very much for all the work being put into the Python ports infrastructure. We are using it extensively in our project and it's been a huge boon to us. I do have a question about how Python is setup on FreeBSD by default and it has to do with "virtualenv".