20171217 apache2的wsgi规范 中关于 多个python lib 路径的描述

WSGIPythonPath

Description:Additional directories to search for Python modules.

Syntax:WSGIPythonPathdirectory|directory-1:directory-2:…

Context:server config

Used to specify additional directories to search for Python modules. If

multiple directories are specified they should be separated by a ‘:’ if

using a UNIX like system, or ‘;’ if using Windows. If any part of a

directory path contains a space character, the complete argument string to

WSGIPythonPath must be quoted.

你可能感兴趣的:(20171217 apache2的wsgi规范 中关于 多个python lib 路径的描述)