python 程序添加包搜索路径

import sys
sys.path.append("你需要的包路径")
print(sys.path)

你可能感兴趣的:(python基础,python)