WSGIDaemonProcess python-home option ¶
See also
Description ¶
Cette option a été introduite dans la version 3.4 de mod_wsgi.
4. Added ‘python-home’ option to WSGIDaemonProcess allowing a Python
virtual environment to be used directly in conjunction with daemon process.
Note
this option does not do anything if setting WSGILazyInitialization to ‘Off’.

The good news is that since mod_wsgi version 3.4 or later there is a better way ¶