diff --git a/install.py b/install.py index 3e975a8..67e1baa 100644 --- a/install.py +++ b/install.py @@ -88,6 +88,8 @@ HERE = os.path.dirname(__file__) os.chdir(os.path.abspath(HERE)) +print(f"install.py changed directory to {os.getcwd()}") + def _exe(cmd: str, check: bool = True, cwd: Optional[str] = None) -> None: msg = (