sys.path

sys.path

  A list of strings that specifies the search path for modules.

  modules的搜索路径。

  Initialized from the environment variable PYTHONPATH.

  从环境变量PYTHONPATH初始化而来。

  

原文地址:https://www.cnblogs.com/tekka/p/4546667.html