shell 修改工作路径

import os
os.getcwd() #查看现路径
os.chdir('新路径') #修改路径
原文地址:https://www.cnblogs.com/lfydeblog/p/8462311.html