python import 路径设置

2023-01-31 05:01:00 python 路径 设置

import sys
#查看路径设置情况

sys.path

#增加自己程序的目录

sys.path.append(“/root/python”)

相关文章