Re: Multiple versions of python on linux server

2014-11-05 Thread Collin Anderson
Hello, > You have to use a mod_wsgi that is built against python3. On > Debian/Ubuntu, the package is called libapache2-mod-wsgi-py3. > Also, there's an Red Hat package of mod_wsgi built against python 3.3 here: http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/x86_64/repoview/python33-mod_wsg

Re: Multiple versions of python on linux server

2014-11-03 Thread John
On 03/11/14 15:46, robert brook wrote: > This is the first time that I am having apache configured to run django > > I plan on using mod_wsgi on apache and linux using 2 servers, the > apache server and the application server. > > The linux (red hat 6) / django server had python 2.6 installed for

Re: Multiple versions of python on linux server

2014-11-03 Thread robert brook
I understand the difference between a virtual machine and a virtual environment (of which I can have 0 - many environments on one virtual machine). Since I do not have conflicts in packages and am only using python 33 for the django packages, the 2 environments act as if they were 2 virtual m

Re: Multiple versions of python on linux server

2014-11-03 Thread Tim Chase
On 2014-11-03 08:07, robert brook wrote: > I do not have the luxury to create a virtual environment because of > the constraints of this organization. Just making sure that you're aware of the difference between a virtual environment and a virtual machine. A virtual machine is a full abstraction

Re: Multiple versions of python on linux server

2014-11-03 Thread robert brook
Thanks I think this is the correct track. I do not have the luxury to create a virtual environment because of the constraints of this organization. But I see from the documentation link that you sent me that I can define something along these lines "Once the baseline Python environment has be

Re: Multiple versions of python on linux server

2014-11-03 Thread Andreas Kuhne
2014-11-03 16:46 GMT+01:00 robert brook : > This is the first time that I am having apache configured to run django > > I plan on using mod_wsgi on apache and linux using 2 servers, the apache > server and the application server. > > The linux (red hat 6) / django server had python 2.6 installed

Multiple versions of python on linux server

2014-11-03 Thread robert brook
This is the first time that I am having apache configured to run django I plan on using mod_wsgi on apache and linux using 2 servers, the apache server and the application server. The linux (red hat 6) / django server had python 2.6 installed for admin purposes out of the box.. Go figure, 2.6