Skip to content
Snippets Groups Projects
Commit 1a01f895 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files
parent 546bac65
No related branches found
No related tags found
2 merge requests!19Move linux-debian11 into main,!1Resolve "First draft for user interface for top level install command"
......@@ -253,7 +253,7 @@ def install_environment(
.replace("_mpsd_spack_ver_", f"_{mpsd_release}_")
)
subprocess.run(
f"bash {spack_setup_script} {' '.join(install_flags)} {toolchain} | tee -a {install_log_file} 2>&1",
f"bash {spack_setup_script} {' '.join(install_flags)} {toolchain} 2>&1 | tee -a {install_log_file} ",
shell=True,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment