Re: Best way to deploy a project with custom compiled python 2.7 & virtualdev

2011-02-22 Thread Benedict Verheyen
On 21/02/2011 9:57, Benedict Verheyen wrote: > Hi, > > > i have a Django project in a virtualdev. > Because it was developed before Debian squeeze, i wanted a recent version of > python > and compiled my own 2.7 version, then installed that in my virtual dev. > > Now for deploying to the produc

Re: Best way to deploy a project with custom compiled python 2.7 & virtualdev

2011-02-21 Thread Shawn Milochik
On Mon, Feb 21, 2011 at 9:00 AM, Jason Mayfield wrote: > You can't just copy your Python binary around (which is what you'd be doing > if you attempt to copy the virtualenv itself) unless the systems are exactly > the same (and even then I'd be reticent to do so).  Why not just download and > c

Re: Best way to deploy a project with custom compiled python 2.7 & virtualdev

2011-02-21 Thread Jason Mayfield
You can't just copy your Python binary around (which is what you'd be doing if you attempt to copy the virtualenv itself) unless the systems are exactly the same (and even then I'd be reticent to do so). Why not just download and compile Python 2.7 to the production server? You can install tha