We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1180aa commit d6ef3c1Copy full SHA for d6ef3c1
libtmux/common.py
@@ -384,7 +384,6 @@ def _is_executable_file_or_link(exe):
384
for default_path in default_paths:
385
if default_path not in search_path:
386
search_path.append(default_path)
387
- os.environ['PATH'] = os.pathsep.join(search_path)
388
for path in search_path:
389
full_path = os.path.join(path, exe)
390
if _is_executable_file_or_link(full_path):
0 commit comments