Comment utiliser le chemin du chemin pour changer le répertoire de travail dans Python

pip install path
from path import Path

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