Added missing check if LD_LIBRARY_PATH exists. #588

This commit is contained in:
Tim Dettmers 2023-07-15 10:22:08 -07:00
parent 6ec4f0c374
commit f4996978db

View File

@ -63,6 +63,7 @@ def generate_bug_report_information():
print('')
print_header("LD_LIBRARY CUDA PATHS")
if 'LD_LIBRARY_PATH' in os.environ:
lib_path = os.environ['LD_LIBRARY_PATH'].strip()
for path in set(lib_path.split(':')):
try: