Como usar o caminho para mudar o diretório de trabalho no Python

pip install path
from path import Path

# set working directory
Path("/toWhereYouWantItToBe").cd()
Wrong Wren