os.chdir()

Changes the proces working directory:

import os
os.chdir( '/home/someUser')