diff --git a/setup.py b/setup.py index c17cba0..fb1698e 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def _build_lib(self, tarball_path, lib_dir, commands): def run_command(args): print("Executing: %s" % ' '.join(args)) env = os.environ.copy() - env["CONFIG_SHELL"] = r"C:\Program Files\Git\bin\bash.exe" + # ~ env["CONFIG_SHELL"] = r"C:\Program Files\Git\bin\bash.exe" subprocess.check_call(args, cwd=lib_dir, env=env) for command in commands: