import 路径

例子:

import sys

sys.path.append("/home/wang/Downloads/caffe-master/python")

import caffe

原文地址:https://www.cnblogs.com/Wanggcong/p/5156745.html