增加到当前shell 会话 export PYTHONPATH=$PYTHONPATH:/Path/to/your/dictionary 增加到当前文件 import sys sys.path.append(“想要加入的路径”)