import os TerekhovFV=os.getcwd() print(TerekhovFV) os.chdir('/Users/fedorterekhov/Library') print(os.getcwd())