()
| 104 | f.write(f"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:{lib_dir}\n") |
| 105 | |
| 106 | def main(): |
| 107 | os_name = get_os_name() |
| 108 | check_os(os_name) |
| 109 | download_dawn(os_name) |
| 110 | setup_env(os_name) |
| 111 | print() |
| 112 | |
| 113 | if __name__ == "__main__": |
| 114 | main() |
no test coverage detected