how can I change the default version mod_wsgi uses?
I am using Debian 5 with Apache 2.
|
feedback
|
|
Look for
If you change the symlink, you change the default mod_wsgi. An alternative is to look in
If you point that at one of those | |||
|
feedback
|
|
When you say different version you mean Python 2.5 vs 2.6, then you must install mod_wsgi package binary compiled against Python 2.5, or compile mod_wsgi from source code yourself against the Python 2.5 version. See notes about --with-python option in: http://code.google.com/p/modwsgi/wiki/QuickInstallationGuide#Configuring_The_Source_Code | |||
|
feedback
|
|
you should look into using virtualenv. I think that is what you are looking for | |||||||||
feedback
|