标签: python linux ubuntu
我正在尝试更改当前目录,但它无法正常工作,因为它需要root权限。任何人都可以告诉我如何获得root权限来更改目录(linux)。
import os os.chdir('~/.jenkins/jobs/pip2/builds/32')